Spaces:
Running on Zero

Ruurd commited on
Commit
0e0704b
·
verified ·
1 Parent(s): 4152853

Correct name of model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ assistant_marker_ids = tokenizer.encode("<|start_header_id|>assistant<|end_heade
37
  def load_model():
38
  ckpt_path = hf_hub_download(
39
  repo_id="ruurd/tini_model",
40
- filename="diffusion-model-8B.pth",
41
  token=os.getenv("HF_TOKEN"),
42
  # revision="1ffb916dd34f442f87cf06dda74b96f86eaf1d15",
43
  )
 
37
  def load_model():
38
  ckpt_path = hf_hub_download(
39
  repo_id="ruurd/tini_model",
40
+ filename="diffusion-model-8B.pt",
41
  token=os.getenv("HF_TOKEN"),
42
  # revision="1ffb916dd34f442f87cf06dda74b96f86eaf1d15",
43
  )