Hev832 commited on
Commit
5bfebf5
1 Parent(s): deff73d

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -25,10 +25,10 @@ with gr.Blocks() as demo:
25
  with gr.Row() as row:
26
  with gr.Column():
27
  url = gr.Textbox(label="URL INPUT")
28
-
29
  with gr.Column():
30
  btn = gr.Button("download!")
31
- outputs = gr.Audio(label="outputs")
32
 
33
  btn.click(
34
  download_audio,
 
25
  with gr.Row() as row:
26
  with gr.Column():
27
  url = gr.Textbox(label="URL INPUT")
28
+ outputs = gr.Audio(label="outputs")
29
  with gr.Column():
30
  btn = gr.Button("download!")
31
+
32
 
33
  btn.click(
34
  download_audio,