Anonymous commited on
Commit
a223ac9
·
1 Parent(s): d9b63e8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -257,8 +257,8 @@ 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"], label="Output Size", info="576x1024 is watermark-free"),
261
- output_size = gr.Dropdown(["576x1024", "256x256"], label="Output Size", value="256x256", info="576x1024 is watermark-free"),
262
  submit_btn = gr.Button("Generate")
263
  video_result = gr.Video(label="Video Output")
264
 
 
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"], label="Output Size", info="576x1024 is watermark-free")
261
+ output_size = gr.Dropdown(["576x1024", "256x256"], label="Output Size", value="256x256", info="576x1024 is watermark-free")
262
  submit_btn = gr.Button("Generate")
263
  video_result = gr.Video(label="Video Output")
264