Hev832 commited on
Commit
0a1013e
1 Parent(s): 3559430

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +4 -1
run.py CHANGED
@@ -40,4 +40,7 @@ app = gr.Interface(
40
  outputs=[
41
  gr.Audio(label="otputs"),
42
  description="<div style='font-size:30px; text-align:center;'>YouTube Audio Player</div>"
43
- )
 
 
 
 
40
  outputs=[
41
  gr.Audio(label="otputs"),
42
  description="<div style='font-size:30px; text-align:center;'>YouTube Audio Player</div>"
43
+
44
+ )
45
+
46
+ app.launch(debug=True, share=True)