Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ gradio_ui = gr.Interface(
|
|
| 47 |
value="base",
|
| 48 |
),
|
| 49 |
gr.Textbox(label="Paste YouTube link here"),
|
| 50 |
-
gr.Audio(label="Upload Audio File", sources=["upload", "microphone"], type=
|
| 51 |
],
|
| 52 |
outputs=gr.Textbox(label="Whisper Transcript"),
|
| 53 |
)
|
|
|
|
| 47 |
value="base",
|
| 48 |
),
|
| 49 |
gr.Textbox(label="Paste YouTube link here"),
|
| 50 |
+
gr.Audio(label="Upload Audio File", sources=["upload", "microphone"], type="filepath"),
|
| 51 |
],
|
| 52 |
outputs=gr.Textbox(label="Whisper Transcript"),
|
| 53 |
)
|