kavehtaheri commited on
Commit
a48c358
·
verified ·
1 Parent(s): eee5a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Row():
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",