Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,3 +43,4 @@ output_label = gr.Label(label="Predicted Bird Species")
|
|
43 |
|
44 |
# Launch Gradio
|
45 |
gr.Interface(fn=predict_image, inputs=input_image, outputs=output_label, capture_session=True).launch()
|
|
|
|
43 |
|
44 |
# Launch Gradio
|
45 |
gr.Interface(fn=predict_image, inputs=input_image, outputs=output_label, capture_session=True).launch()
|
46 |
+
|