Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ demo = gr.Interface(
|
|
24 |
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label(), title=title,description=description
|
25 |
# ,examples=examples
|
26 |
,interpretation=interpretation,enable_queue=enable_queue
|
27 |
-
).launch()
|
|
|
24 |
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label(), title=title,description=description
|
25 |
# ,examples=examples
|
26 |
,interpretation=interpretation,enable_queue=enable_queue
|
27 |
+
).launch(share=True)
|