Spaces:
Runtime error
Runtime error
Commit
•
dab252e
1
Parent(s):
b4577ff
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def generate(
|
|
80 |
# decoder_timesteps: List[float] = None,
|
81 |
decoder_guidance_scale: float = 0.0,
|
82 |
num_images_per_prompt: int = 2,
|
83 |
-
|
84 |
) -> PIL.Image.Image:
|
85 |
#prior_pipeline.to(device)
|
86 |
#decoder_pipeline.to(device)
|
|
|
80 |
# decoder_timesteps: List[float] = None,
|
81 |
decoder_guidance_scale: float = 0.0,
|
82 |
num_images_per_prompt: int = 2,
|
83 |
+
profile: gr.OAuthProfile | None = None,
|
84 |
) -> PIL.Image.Image:
|
85 |
#prior_pipeline.to(device)
|
86 |
#decoder_pipeline.to(device)
|