Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
|
|
7 |
|
8 |
is_colab = utils.is_google_colab()
|
9 |
|
10 |
-
if
|
11 |
model_id_or_path = "CompVis/stable-diffusion-v1-4"
|
12 |
scheduler = DDIMScheduler.from_config(model_id_or_path,
|
13 |
use_auth_token=st.secrets["USER_TOKEN"],
|
|
|
7 |
|
8 |
is_colab = utils.is_google_colab()
|
9 |
|
10 |
+
if True:
|
11 |
model_id_or_path = "CompVis/stable-diffusion-v1-4"
|
12 |
scheduler = DDIMScheduler.from_config(model_id_or_path,
|
13 |
use_auth_token=st.secrets["USER_TOKEN"],
|