cstr commited on
Commit
97a9bf7
·
verified ·
1 Parent(s): 4b28052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -626,8 +626,8 @@ with gr.Blocks() as iface:
626
  gr.Markdown("Transcribe audio using multiple pipelines and models.")
627
 
628
  with gr.Row():
629
- #input_source = gr.File(label="Audio Source (Upload a file or enter a URL/YouTube URL)")
630
- input_source = gr.Textbox(label="Audio Source (Upload a file or enter a URL/YouTube URL)")
631
  pipeline_type = gr.Dropdown(
632
  choices=["faster-batched", "faster-sequenced", "transformers"],
633
  label="Pipeline Type",
 
626
  gr.Markdown("Transcribe audio using multiple pipelines and models.")
627
 
628
  with gr.Row():
629
+ input_source = gr.File(label="Audio Source (Upload a file or enter a URL/YouTube URL)")
630
+ #input_source = gr.Textbox(label="Audio Source (Upload a file or enter a URL/YouTube URL)")
631
  pipeline_type = gr.Dropdown(
632
  choices=["faster-batched", "faster-sequenced", "transformers"],
633
  label="Pipeline Type",