Spaces:
Runtime error
Runtime error
Commit ·
332fb29
1
Parent(s): 1a39c63
perhaps css percents
Browse files
app.py
CHANGED
|
@@ -312,7 +312,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
| 312 |
gr.Markdown(DESCRIPTION)
|
| 313 |
with gr.Column():
|
| 314 |
#with gr.Row():
|
| 315 |
-
in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4', width='
|
| 316 |
|
| 317 |
with gr.Row():
|
| 318 |
run_button = gr.Button(value="Run", elem_id='run-button', scale=1)
|
|
|
|
| 312 |
gr.Markdown(DESCRIPTION)
|
| 313 |
with gr.Column():
|
| 314 |
#with gr.Row():
|
| 315 |
+
in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4', width='50%', interactive=True)
|
| 316 |
|
| 317 |
with gr.Row():
|
| 318 |
run_button = gr.Button(value="Run", elem_id='run-button', scale=1)
|