Spaces:
Running on Zero

Ruurd commited on
Commit
b7639f5
·
1 Parent(s): 9aaa660

Correct model repo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/diffusion-llama",
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
  )