Spaces:
Running
on
Zero
Running
on
Zero
Change to 3B
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ if is_running_on_spaces():
|
|
183 |
# Load from Hugging Face Hub
|
184 |
ckpt_path = hf_hub_download(
|
185 |
repo_id="ruurd/tini_model",
|
186 |
-
filename="diffusion-model-
|
187 |
token=os.getenv("HF_TOKEN")
|
188 |
)
|
189 |
else:
|
|
|
183 |
# Load from Hugging Face Hub
|
184 |
ckpt_path = hf_hub_download(
|
185 |
repo_id="ruurd/tini_model",
|
186 |
+
filename="diffusion-model-3B.pth",
|
187 |
token=os.getenv("HF_TOKEN")
|
188 |
)
|
189 |
else:
|