ehristoforu commited on
Commit
3b0a2cb
Β·
verified Β·
1 Parent(s): 12fe488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def generate(
88
  height: int = 1024,
89
  guidance_scale: float = 3,
90
  randomize_seed: bool = False,
91
- model: str,
92
  progress=gr.Progress(track_tqdm=True),
93
  ):
94
 
 
88
  height: int = 1024,
89
  guidance_scale: float = 3,
90
  randomize_seed: bool = False,
91
+ model,
92
  progress=gr.Progress(track_tqdm=True),
93
  ):
94