My-AI-Projects commited on
Commit
9ab91a7
Β·
verified Β·
1 Parent(s): 9378dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from diffusers import EulerDiscreteScheduler
10
  import gradio as gr
11
 
12
  # Download the model files
13
- ckpt_dir = snapshot_download(repo_id="Kwai-Kolors/Kolors")
14
 
15
  # Function to load models on demand
16
  def load_models():
 
10
  import gradio as gr
11
 
12
  # Download the model files
13
+ #ckpt_dir = snapshot_download(repo_id="Kwai-Kolors/Kolors")
14
 
15
  # Function to load models on demand
16
  def load_models():