Spaces:
Running
Running
category
Browse files
app.py
CHANGED
|
@@ -173,6 +173,7 @@ def m6(que, image):
|
|
| 173 |
|
| 174 |
|
| 175 |
def predict_answer(category, que, image):
|
|
|
|
| 176 |
if category == 0:
|
| 177 |
return m1(que, image)
|
| 178 |
elif category == 1:
|
|
|
|
| 173 |
|
| 174 |
|
| 175 |
def predict_answer(category, que, image):
|
| 176 |
+
print(f"category is THIS {category}")
|
| 177 |
if category == 0:
|
| 178 |
return m1(que, image)
|
| 179 |
elif category == 1:
|