Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,6 +136,7 @@ iface = gr.Interface(
|
|
| 136 |
"Click Submit to predict, or call this Space via POST /run/predict. "
|
| 137 |
"Server normalises using saved means/stds and returns probabilities + state."
|
| 138 |
)
|
|
|
|
| 139 |
)
|
| 140 |
# ---------------------------------------------
|
| 141 |
|
|
|
|
| 136 |
"Click Submit to predict, or call this Space via POST /run/predict. "
|
| 137 |
"Server normalises using saved means/stds and returns probabilities + state."
|
| 138 |
)
|
| 139 |
+
api_name="predict"
|
| 140 |
)
|
| 141 |
# ---------------------------------------------
|
| 142 |
|