Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=css) as demo:
|
|
140 |
file_upload = gr.File(
|
141 |
label="Upload Video File", file_count=1, scale=1)
|
142 |
video_preview = gr.Video(
|
143 |
-
label="Video Preview", scale=3,
|
144 |
# with gr.Row():
|
145 |
# transcribe_btn = gr.Button(
|
146 |
# "Transcribe Audio")
|
|
|
140 |
file_upload = gr.File(
|
141 |
label="Upload Video File", file_count=1, scale=1)
|
142 |
video_preview = gr.Video(
|
143 |
+
label="Video Preview", scale=3, interactive=False)
|
144 |
# with gr.Row():
|
145 |
# transcribe_btn = gr.Button(
|
146 |
# "Transcribe Audio")
|