Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ def predict_bird(file_path):
|
|
80 |
|
81 |
interface = gr.Interface(fn=predict_bird, inputs=gr.File(label="Upload MP3 file", file_types=['.mp3']), outputs=gr.Textbox(label="Predicted Bird Species"))
|
82 |
interface.launch()
|
83 |
-
#interface.launch(share=True)
|
|
|
80 |
|
81 |
interface = gr.Interface(fn=predict_bird, inputs=gr.File(label="Upload MP3 file", file_types=['.mp3']), outputs=gr.Textbox(label="Predicted Bird Species"))
|
82 |
interface.launch()
|
83 |
+
#interface.launch(share=True)
|