Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -536,7 +536,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 536 |
if get_image.status_code == 200:
|
| 537 |
image_data = get_image.content
|
| 538 |
elif platform == "web":
|
| 539 |
-
print("WEB")
|
|
|
|
| 540 |
else:
|
| 541 |
pass
|
| 542 |
|
|
|
|
| 536 |
if get_image.status_code == 200:
|
| 537 |
image_data = get_image.content
|
| 538 |
elif platform == "web":
|
| 539 |
+
# print("WEB")
|
| 540 |
+
return "WEB"
|
| 541 |
else:
|
| 542 |
pass
|
| 543 |
|