Spaces:
Ruurd
/
Running on Zero

Ruurd commited on
Commit
7ab60eb
·
verified ·
1 Parent(s): 86c363a

Changed to 3B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ if is_running_on_spaces():
184
  # Load from Hugging Face Hub
185
  ckpt_path = hf_hub_download(
186
  repo_id="ruurd/tini_model",
187
- filename="diffusion-model-8B.pth",
188
  token=os.getenv("HF_TOKEN")
189
  )
190
  else:
 
184
  # Load from Hugging Face Hub
185
  ckpt_path = hf_hub_download(
186
  repo_id="ruurd/tini_model",
187
+ filename="diffusion-model-3B.pth",
188
  token=os.getenv("HF_TOKEN")
189
  )
190
  else: