Spaces:
Running on Zero

Ruurd commited on
Commit
617b180
·
1 Parent(s): 0e3f268
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ token_probabilities = np.array([token_probs_dict[str(i)] for i in range(len(toke
28
 
29
  def load_model():
30
  ckpt_path = hf_hub_download(
31
- repo_id="ruurd/diffusion-llama",
32
  filename="diffusion-model.pth",
33
  token=os.getenv("HF_TOKEN")
34
  )
 
28
 
29
  def load_model():
30
  ckpt_path = hf_hub_download(
31
+ repo_id="ruurd/tini_model",
32
  filename="diffusion-model.pth",
33
  token=os.getenv("HF_TOKEN")
34
  )