Spaces:
Runtime error
Runtime error
Update app.py
Browse filesadd elem_id='round_box'
app.py
CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(title = "Dreamoving",
|
|
300 |
with gr.Column(scale=1):
|
301 |
# gr.Markdown("Result Video",elem_id='font_style')
|
302 |
with gr.Group(elem_id='show_box2'):
|
303 |
-
with gr.Row():
|
304 |
with gr.Column(scale=1, min_width=1):
|
305 |
gr.Markdown("Result Video", elem_id='font_style')
|
306 |
with gr.Column(scale=1, min_width=1):
|
|
|
300 |
with gr.Column(scale=1):
|
301 |
# gr.Markdown("Result Video",elem_id='font_style')
|
302 |
with gr.Group(elem_id='show_box2'):
|
303 |
+
with gr.Row(elem_id='round_box'):
|
304 |
with gr.Column(scale=1, min_width=1):
|
305 |
gr.Markdown("Result Video", elem_id='font_style')
|
306 |
with gr.Column(scale=1, min_width=1):
|