Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def create_interface():
|
|
11 |
gr.Markdown("Upload a Video, TXT, or PDF file or use the example video.")
|
12 |
|
13 |
with gr.Row():
|
14 |
-
with gr.Column(scale=
|
15 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
16 |
|
17 |
with gr.Column(scale=1):
|
|
|
11 |
gr.Markdown("Upload a Video, TXT, or PDF file or use the example video.")
|
12 |
|
13 |
with gr.Row():
|
14 |
+
with gr.Column(scale=3):
|
15 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
16 |
|
17 |
with gr.Column(scale=1):
|