tommy24 commited on
Commit
e50c7bb
·
1 Parent(s): 3f45d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -189,6 +189,7 @@ messages = [
189
 
190
  def classify(UserInput, Image, Textbox2, Textbox3):
191
  if Textbox3 == code:
 
192
  if Image is not None:
193
  output = []
194
  image_data = np.array(Image)
 
189
 
190
  def classify(UserInput, Image, Textbox2, Textbox3):
191
  if Textbox3 == code:
192
+ print("Image: ", Image)
193
  if Image is not None:
194
  output = []
195
  image_data = np.array(Image)