Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
|
|
133 |
srt_file = gr.File()
|
134 |
btn = gr.Button("Create")
|
135 |
video_file_output = gr.Video(label="Result Video")
|
136 |
-
mp3_file = gr.Audio(type="
|
137 |
btn.click(
|
138 |
fn=transcribe,
|
139 |
inputs=url,
|
|
|
133 |
srt_file = gr.File()
|
134 |
btn = gr.Button("Create")
|
135 |
video_file_output = gr.Video(label="Result Video")
|
136 |
+
mp3_file = gr.Audio(type="filepath")
|
137 |
btn.click(
|
138 |
fn=transcribe,
|
139 |
inputs=url,
|