Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ iface = gr.Interface(
|
|
| 69 |
fn=predict,
|
| 70 |
inputs=gr.Image(type="numpy"),
|
| 71 |
outputs=[gr.Textbox(label="Top Prediction"), gr.Plot()], # Textbox for top prediction and Plot for the bar chart
|
| 72 |
-
|
| 73 |
)
|
| 74 |
|
| 75 |
# Launch the Gradio app
|
|
|
|
| 69 |
fn=predict,
|
| 70 |
inputs=gr.Image(type="numpy"),
|
| 71 |
outputs=[gr.Textbox(label="Top Prediction"), gr.Plot()], # Textbox for top prediction and Plot for the bar chart
|
| 72 |
+
|
| 73 |
)
|
| 74 |
|
| 75 |
# Launch the Gradio app
|