Anonymous commited on
Commit
aaa2a39
1 Parent(s): 5c7236f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ with gr.Blocks(css=css) as demo:
286
  with gr.Row():
287
  with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
288
  with gr.Row():
289
- output_size = gr.Dropdown(["320x512", "576x1024"], value="320x512", label="Output Size", info="300s for 512 model, 900s for 1024 model (32 frames). Recovering from sleeping will take more time to download ckpt")
290
  with gr.Row():
291
  num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
292
  minimum=16,
 
286
  with gr.Row():
287
  with gr.Accordion('FreeNoise Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
288
  with gr.Row():
289
+ output_size = gr.Dropdown(["320x512", "576x1024"], value="320x512", label="Output Size", info="250s for 512 model, 900s for 1024 model (32 frames). Recovering from sleeping will take more time to download ckpt")
290
  with gr.Row():
291
  num_frames = gr.Slider(label='Frames (a multiple of 4), max 36 for 1024 model',
292
  minimum=16,