tommy24 commited on
Commit
3901576
·
1 Parent(s): 1bba452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def classify(Textbox, image_path, Textbox2, Textbox3):
96
 
97
  user_inputs = [
98
  gr.inputs.Textbox(label="Textbox",type="text"),
99
- gr.inputs.Image(),
100
  gr.inputs.Textbox(label="Textbox2",type="text"),
101
  gr.inputs.Textbox(label="Textbox3",type="password")
102
  ]
 
96
 
97
  user_inputs = [
98
  gr.inputs.Textbox(label="Textbox",type="text"),
99
+ gr.inputs.Textbox(label="Image",type="text"),
100
  gr.inputs.Textbox(label="Textbox2",type="text"),
101
  gr.inputs.Textbox(label="Textbox3",type="password")
102
  ]