Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def predict(inp):
|
|
| 17 |
print(res.shape, res.dtype)
|
| 18 |
# main_subject = inp.copy()
|
| 19 |
# main_subject = main_subject * res[res > 0.1]
|
| 20 |
-
return
|
| 21 |
|
| 22 |
print("MODEL LOADED")
|
| 23 |
print("************************************")
|
|
|
|
| 17 |
print(res.shape, res.dtype)
|
| 18 |
# main_subject = inp.copy()
|
| 19 |
# main_subject = main_subject * res[res > 0.1]
|
| 20 |
+
return res
|
| 21 |
|
| 22 |
print("MODEL LOADED")
|
| 23 |
print("************************************")
|