Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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",
|