Spaces:
Running
on
Zero
Running
on
Zero
Correct model repo
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def load_model():
|
|
| 29 |
|
| 30 |
# 1. Download the checkpoint
|
| 31 |
checkpoint_path = hf_hub_download(
|
| 32 |
-
repo_id="ruurd/
|
| 33 |
filename="diffusion-model.pth",
|
| 34 |
token=os.getenv("HF_TOKEN")
|
| 35 |
)
|
|
|
|
| 29 |
|
| 30 |
# 1. Download the checkpoint
|
| 31 |
checkpoint_path = hf_hub_download(
|
| 32 |
+
repo_id="ruurd/tini_model",
|
| 33 |
filename="diffusion-model.pth",
|
| 34 |
token=os.getenv("HF_TOKEN")
|
| 35 |
)
|