Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|