Spaces:
Runtime error
Runtime error
criticalDanger
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ with gr.Blocks() as iface:
|
|
19 |
output = gr.Label()
|
20 |
|
21 |
submit_button = gr.Button("Submit")
|
22 |
-
submit_button.click(fn=predict, inputs=
|
23 |
|
24 |
iface.launch()
|
|
|
19 |
output = gr.Label()
|
20 |
|
21 |
submit_button = gr.Button("Submit")
|
22 |
+
submit_button.click(fn=predict, inputs=image_input, outputs=output)
|
23 |
|
24 |
iface.launch()
|