ChenWu98 commited on
Commit
b84d23c
1 Parent(s): 9fc2574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ MAX_NUM_WORDS = 77
16
  is_colab = utils.is_google_colab()
17
 
18
 
19
- if False:
20
  model_id_or_path = "CompVis/stable-diffusion-v1-4"
21
  scheduler = DDIMScheduler.from_config(model_id_or_path,
22
  use_auth_token=st.secrets["USER_TOKEN"],
 
16
  is_colab = utils.is_google_colab()
17
 
18
 
19
+ if True:
20
  model_id_or_path = "CompVis/stable-diffusion-v1-4"
21
  scheduler = DDIMScheduler.from_config(model_id_or_path,
22
  use_auth_token=st.secrets["USER_TOKEN"],