ceefax commited on
Commit
bcc5c70
·
1 Parent(s): 16aa406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)