rahul7star commited on
Commit
e0667cc
·
verified ·
1 Parent(s): 729b810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def generate_video(prompt, height, width,
153
 
154
 
155
 
156
- with gr.Blocks() as demo:
157
  gr.HTML('<meta name="viewport" content="width=device-width, initial-scale=1">')
158
  # ... your other components here ...
159
  gr.Markdown("# ⚡ InstaVideo")
 
153
 
154
 
155
 
156
+ with gr.Blocks(css="body { max-width: 100vw; overflow-x: hidden; }") as demo:
157
  gr.HTML('<meta name="viewport" content="width=device-width, initial-scale=1">')
158
  # ... your other components here ...
159
  gr.Markdown("# ⚡ InstaVideo")