mfielding92 commited on
Commit
fe3a838
·
verified ·
1 Parent(s): 7d99dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -287,8 +287,8 @@ app = Server(title="Gemma Diffusion Website Builder")
287
  def generate(
288
  prompt: str,
289
  history_json: str = "[]",
290
- max_new_tokens: int = 2048,
291
- max_iters: int = 64,
292
  full_denoise: bool = False,
293
  anim_delay: float = 0.0,
294
  warm_start: bool = True,
 
287
  def generate(
288
  prompt: str,
289
  history_json: str = "[]",
290
+ max_new_tokens: int = 8192,
291
+ max_iters: int = 120,
292
  full_denoise: bool = False,
293
  anim_delay: float = 0.0,
294
  warm_start: bool = True,