chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from mlflow.models import set_model
|
||||
|
||||
|
||||
def predict(model_input):
|
||||
return model_input
|
||||
|
||||
|
||||
set_model(predict)
|
||||
Reference in New Issue
Block a user