Spaces:
Sleeping
Sleeping
Update compute_model_property.py
Browse files
compute_model_property.py
CHANGED
@@ -77,8 +77,8 @@ app.add_middleware(
|
|
77 |
def api_home():
|
78 |
return {'detail': 'Welcome to Bastions Model evaluation!'}
|
79 |
|
80 |
-
@app.post("/api/evaluate/{name}",
|
81 |
-
def return_output(name):
|
82 |
"""
|
83 |
Some descriptive doc-string
|
84 |
"""
|
|
|
77 |
def api_home():
|
78 |
return {'detail': 'Welcome to Bastions Model evaluation!'}
|
79 |
|
80 |
+
@app.post("/api/evaluate/{name}", summary = "Input dataset and model identifiers", tags = ["Test API"])
|
81 |
+
def return_output(name):
|
82 |
"""
|
83 |
Some descriptive doc-string
|
84 |
"""
|