Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ print(device)
|
|
29 |
# init stable diffusion model
|
30 |
pipe = ComposableStableDiffusionPipeline.from_pretrained(
|
31 |
"CompVis/stable-diffusion-v1-4",
|
32 |
-
use_auth_token=
|
33 |
).to(device)
|
34 |
|
35 |
def dummy(images, **kwargs):
|
|
|
29 |
# init stable diffusion model
|
30 |
pipe = ComposableStableDiffusionPipeline.from_pretrained(
|
31 |
"CompVis/stable-diffusion-v1-4",
|
32 |
+
use_auth_token=st.secrets["USER_TOKEN"]
|
33 |
).to(device)
|
34 |
|
35 |
def dummy(images, **kwargs):
|