Teapack1 commited on
Commit
2d5ec9d
1 Parent(s): 9b088b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def classify_audio(filepath):
20
  demo = gr.Interface(
21
  fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label()
22
  )
23
- demo.launch(debug=True)
 
20
  demo = gr.Interface(
21
  fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label()
22
  )
23
+ demo.launch(debug=True, share=True)