Spaces:
Running
Running
Update app.py
Browse files
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 |
]
|