tommy24 commited on
Commit
d30e80d
·
1 Parent(s): 0ed54e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -94,10 +94,10 @@ def classify(Textbox, Image, Textbox2, Textbox3):
94
  return "Unauthorized"
95
 
96
  user_inputs = [
97
- gr.inputs.Textbox(label="Textbox", type="text"),
98
- gr.inputs.Image(),
99
- gr.inputs.Textbox(label="Textbox2", type="text"),
100
- gr.inputs.Textbox(label="Textbox3", type="password")
101
  ]
102
 
103
  iface = gr.Interface(
 
94
  return "Unauthorized"
95
 
96
  user_inputs = [
97
+ gr.Textbox(label="Textbox", type="text"),
98
+ gr.Image(),
99
+ gr.Textbox(label="Textbox2", type="text"),
100
+ gr.Textbox(label="Textbox3", type="password")
101
  ]
102
 
103
  iface = gr.Interface(