Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ print(device)
|
|
| 40 |
# iniatilize stable diffusion model
|
| 41 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 42 |
"CompVis/stable-diffusion-v1-4",
|
| 43 |
-
use_auth_token=
|
| 44 |
).to(device)
|
| 45 |
|
| 46 |
# Create base model.
|
|
|
|
| 40 |
# iniatilize stable diffusion model
|
| 41 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 42 |
"CompVis/stable-diffusion-v1-4",
|
| 43 |
+
use_auth_token='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'
|
| 44 |
).to(device)
|
| 45 |
|
| 46 |
# Create base model.
|