Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
db4c257
1
Parent(s):
f5cc03a
fix app
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(css=css) as demo:
|
|
257 |
)
|
258 |
|
259 |
prompt_in = gr.Textbox(label="Prompt", placeholder="A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect")
|
260 |
-
output_size = gr.Dropdown(["576x1024", "256x256"], value="256x256", label="Output Size", info="576x1024 is watermark-free"),
|
261 |
submit_btn = gr.Button("Generate")
|
262 |
video_result = gr.Video(label="Video Output")
|
263 |
|
|
|
257 |
)
|
258 |
|
259 |
prompt_in = gr.Textbox(label="Prompt", placeholder="A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect")
|
260 |
+
output_size = gr.Dropdown(["576x1024", "256x256"], value=["256x256"], label="Output Size", info="576x1024 is watermark-free"),
|
261 |
submit_btn = gr.Button("Generate")
|
262 |
video_result = gr.Video(label="Video Output")
|
263 |
|