tommy24 commited on
Commit
a44860b
·
1 Parent(s): 49c6ab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -537,7 +537,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
537
  image_data = get_image.content
538
  elif platform == "web":
539
  # print("WEB")
540
- return "WEB"
541
  else:
542
  pass
543
 
 
537
  image_data = get_image.content
538
  elif platform == "web":
539
  # print("WEB")
540
+ image_data = requests.get(Images)
541
  else:
542
  pass
543