Arnab Das commited on
Commit
d3bfb74
·
1 Parent(s): 31d61c7

Setting Share true for public use.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ file_proc = gr.Interface(
48
  with demo:
49
  gr.TabbedInterface([file_proc], ["Find Audio Manipulation"])
50
  demo.queue(max_size=10)
51
- demo.launch()
 
48
  with demo:
49
  gr.TabbedInterface([file_proc], ["Find Audio Manipulation"])
50
  demo.queue(max_size=10)
51
+ demo.launch(share=True)