osanseviero HF staff commited on
Commit
e576f9f
1 Parent(s): 034aceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
109
  """)
110
  with gr.Row():
111
  with gr.Column():
112
- aud = gr.Audio(source="upload", type="filepath", label="Your audio"),
113
  inp = gr.Textbox()
114
  out = gr.Textbox()
115
  btn = gr.Button("Run")
 
109
  """)
110
  with gr.Row():
111
  with gr.Column():
112
+ aud = gr.Audio(source="upload", type="filepath", label="Your audio")
113
  inp = gr.Textbox()
114
  out = gr.Textbox()
115
  btn = gr.Button("Run")