BALAKA commited on
Commit
23c554f
·
1 Parent(s): 7163dd9

Update app.py

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