Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|