BALAKA commited on
Commit
c83b15e
1 Parent(s): cb7d522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with demo:
142
  type="filepath", optional=True, labe="Drop your audio file here.")
143
  file_output = gr.Textbox(labe="Your output is here.")
144
  text_button4 = gr.Button("Submit")
145
- gr.Examples([["ex/ex1.mp3"], ["ex/ex2.mp3"]],
146
  inputs=file_input, outputs=file_output, fn=process)
147
  with gr.TabItem("From youtube"):
148
  with gr.Row():
 
142
  type="filepath", optional=True, labe="Drop your audio file here.")
143
  file_output = gr.Textbox(labe="Your output is here.")
144
  text_button4 = gr.Button("Submit")
145
+ gr.Examples([["ex/ex1.mp3"], ["ex/ex2.mp3"], ["ex/ex3.mp3"]],
146
  inputs=file_input, outputs=file_output, fn=process)
147
  with gr.TabItem("From youtube"):
148
  with gr.Row():