Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def predict():
|
|
| 68 |
config
|
| 69 |
)
|
| 70 |
|
| 71 |
-
|
| 72 |
if type(predictions) == str:
|
| 73 |
if predictions == 'null':
|
| 74 |
return jsonify({'predictions': 'null'})
|
|
|
|
| 68 |
config
|
| 69 |
)
|
| 70 |
|
| 71 |
+
print(predictions)
|
| 72 |
if type(predictions) == str:
|
| 73 |
if predictions == 'null':
|
| 74 |
return jsonify({'predictions': 'null'})
|