hamishivi commited on
Commit
1d4abc8
·
verified ·
1 Parent(s): 5143094
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,10 +49,10 @@ def main():
49
  top_p=0.99,
50
  temperature=1.0,
51
  diffusion_steps=100,
 
52
  beta_schedule="squaredcos_improved_ddpm",
53
  clip_sample=False,
54
  guidance_scale=1.0,
55
- generated_sequence_length=256,
56
  ):
57
  """
58
  Gradio-friendly generation function. Adjusts the pipeline's parameters
 
49
  top_p=0.99,
50
  temperature=1.0,
51
  diffusion_steps=100,
52
+ generated_sequence_length=256,
53
  beta_schedule="squaredcos_improved_ddpm",
54
  clip_sample=False,
55
  guidance_scale=1.0,
 
56
  ):
57
  """
58
  Gradio-friendly generation function. Adjusts the pipeline's parameters