Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,10 +94,10 @@ def classify(Textbox, Image, Textbox2, Textbox3):
|
|
94 |
return "Unauthorized"
|
95 |
|
96 |
user_inputs = [
|
97 |
-
gr.
|
98 |
-
gr.
|
99 |
-
gr.
|
100 |
-
gr.
|
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(
|