multimodalart HF Staff commited on
Commit
8b5bd21
·
verified ·
1 Parent(s): 80df978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)")