ChenWu98 commited on
Commit
2b7f523
1 Parent(s): 90b5145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
 
8
  is_colab = utils.is_google_colab()
9
 
10
- if False:
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"],