multimodalart HF Staff commited on
Commit
c3cbb8a
·
verified ·
1 Parent(s): 18cd28b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ def generate(
61
  # decoder_timesteps: List[float] = None,
62
  decoder_guidance_scale: float = 0.0,
63
  num_images_per_prompt: int = 2,
64
- profile: gr.OAuthProfile | None = None,
65
  ) -> PIL.Image.Image:
66
 
67
  generator = torch.Generator().manual_seed(seed)
 
61
  # decoder_timesteps: List[float] = None,
62
  decoder_guidance_scale: float = 0.0,
63
  num_images_per_prompt: int = 2,
 
64
  ) -> PIL.Image.Image:
65
 
66
  generator = torch.Generator().manual_seed(seed)