Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ def create_interface():
|
|
252 |
with gr.Blocks(title="Video Transcription Tool", theme=gr.themes.Soft()) as iface:
|
253 |
gr.Markdown("# 🎥 Video Transcription with Whisper")
|
254 |
|
255 |
-
|
256 |
with gr.Column(scale=1):
|
257 |
video_input = gr.File(
|
258 |
label="Upload Video File",
|
|
|
252 |
with gr.Blocks(title="Video Transcription Tool", theme=gr.themes.Soft()) as iface:
|
253 |
gr.Markdown("# 🎥 Video Transcription with Whisper")
|
254 |
|
255 |
+
with gr.Row():
|
256 |
with gr.Column(scale=1):
|
257 |
video_input = gr.File(
|
258 |
label="Upload Video File",
|