Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def generate_video(
|
|
103 |
|
104 |
|
105 |
# --- 3. Gradio Interface ---
|
106 |
-
css = ".gradio-container {max-width: 1100px !important} #output_video {height: 500px;} #input_image {height: 500px;}"
|
107 |
|
108 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
109 |
gr.Markdown("# Wan 2.2 Text/Image-to-Video Demo (ti2v-5B)")
|
|
|
103 |
|
104 |
|
105 |
# --- 3. Gradio Interface ---
|
106 |
+
css = ".gradio-container {max-width: 1100px !important; margin: 0 auto} #output_video {height: 500px;} #input_image {height: 500px;}"
|
107 |
|
108 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
109 |
gr.Markdown("# Wan 2.2 Text/Image-to-Video Demo (ti2v-5B)")
|