Hev832 commited on
Commit
7531fe4
1 Parent(s): fd07406

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -37,4 +37,4 @@ app = gr.Interface(
37
  description="<div style='font-size:30px; text-align:center;'>YouTube wav downloader</div>"
38
  )
39
 
40
- app.launch()
 
37
  description="<div style='font-size:30px; text-align:center;'>YouTube wav downloader</div>"
38
  )
39
 
40
+ app.launch(debug=True, share=True)