Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ outputs_text = gr.Textbox(label="Site")
|
|
| 64 |
interface_image = gr.Interface(
|
| 65 |
inputs=inputs_image,
|
| 66 |
fn=predict_image,
|
| 67 |
-
outputs=
|
| 68 |
title="classifier_demo"
|
| 69 |
)
|
| 70 |
interface_image.launch()
|
|
|
|
| 64 |
interface_image = gr.Interface(
|
| 65 |
inputs=inputs_image,
|
| 66 |
fn=predict_image,
|
| 67 |
+
outputs=outputs_text,
|
| 68 |
title="classifier_demo"
|
| 69 |
)
|
| 70 |
interface_image.launch()
|