Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ inputs_image = [
|
|
| 60 |
"Resnet101",
|
| 61 |
], type="value", label="Select_model")
|
| 62 |
]
|
| 63 |
-
outputs_text = gr.Textbox(label="Site")
|
| 64 |
interface_image = gr.Interface(
|
| 65 |
inputs=inputs_image,
|
| 66 |
fn=predict_image,
|
|
|
|
| 60 |
"Resnet101",
|
| 61 |
], type="value", label="Select_model")
|
| 62 |
]
|
| 63 |
+
outputs_text = [gr.Textbox(label="Site")]
|
| 64 |
interface_image = gr.Interface(
|
| 65 |
inputs=inputs_image,
|
| 66 |
fn=predict_image,
|