Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with block:
|
|
44 |
|
45 |
with gr.Group():
|
46 |
with gr.Box():
|
47 |
-
with gr.Row().style(
|
48 |
inp_video = gr.Video(
|
49 |
label="Input Video",
|
50 |
type="filepath"
|
|
|
44 |
|
45 |
with gr.Group():
|
46 |
with gr.Box():
|
47 |
+
with gr.Row().style():
|
48 |
inp_video = gr.Video(
|
49 |
label="Input Video",
|
50 |
type="filepath"
|