Spaces:
Runtime error
Runtime error
check type
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ def predict(img: np.ndarray) -> str:
|
|
| 39 |
#plt.figure(figsize=(10, 6))
|
| 40 |
#plt.axis("off")
|
| 41 |
#plt.imshow(result)
|
|
|
|
| 42 |
return result
|
| 43 |
|
| 44 |
|
|
|
|
| 39 |
#plt.figure(figsize=(10, 6))
|
| 40 |
#plt.axis("off")
|
| 41 |
#plt.imshow(result)
|
| 42 |
+
print(f'result is: {type(result)}')
|
| 43 |
return result
|
| 44 |
|
| 45 |
|