Spaces:
Runtime error
Runtime error
Commit
·
28721ba
1
Parent(s):
005aaff
Add application file
Browse files- app/model.py +1 -1
app/model.py
CHANGED
|
@@ -76,4 +76,4 @@ def predict():
|
|
| 76 |
return jsonify(response)
|
| 77 |
except Exception as e:
|
| 78 |
return jsonify(error=str(e)), 500
|
| 79 |
-
|
|
|
|
| 76 |
return jsonify(response)
|
| 77 |
except Exception as e:
|
| 78 |
return jsonify(error=str(e)), 500
|
| 79 |
+
|