reab5555 commited on
Commit
9e6f337
·
verified ·
1 Parent(s): 8f10dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,10 +19,9 @@ def create_interface():
19
  input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
20
 
21
  with gr.Column(scale=1):
22
- with gr.Box(elem_classes="same-width"):
23
  example_video = gr.Video(value=example_video_path, label="Example Video Preview")
24
  example_button = gr.Button("Use Example Video", size="lg")
25
-
26
 
27
  with gr.Column():
28
  progress = gr.Progress()
 
19
  input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
20
 
21
  with gr.Column(scale=1):
22
+ with gr.Column(elem_classes="same-width"):
23
  example_video = gr.Video(value=example_video_path, label="Example Video Preview")
24
  example_button = gr.Button("Use Example Video", size="lg")
 
25
 
26
  with gr.Column():
27
  progress = gr.Progress()