Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ output_interface = "json"
|
|
| 40 |
iface = gr.Interface(
|
| 41 |
fn=predict_image,
|
| 42 |
inputs=input_interface,
|
| 43 |
-
outputs=
|
| 44 |
|
| 45 |
# Launch the interface
|
| 46 |
iface.launch(share=True)
|
|
|
|
| 40 |
iface = gr.Interface(
|
| 41 |
fn=predict_image,
|
| 42 |
inputs=input_interface,
|
| 43 |
+
outputs=gr.Textbox("output"))
|
| 44 |
|
| 45 |
# Launch the interface
|
| 46 |
iface.launch(share=True)
|