Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def run_inference(prompt, video_path, condition, video_length):
|
|
89 |
return "done", video_path_output
|
90 |
|
91 |
css="""
|
92 |
-
#col-container {max-width:
|
93 |
"""
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
with gr.Column(elem_id="col-container"):
|
|
|
89 |
return "done", video_path_output
|
90 |
|
91 |
css="""
|
92 |
+
#col-container {max-width: 810px; margin-left: auto; margin-right: auto;}
|
93 |
"""
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
with gr.Column(elem_id="col-container"):
|