Spaces:
Running on Zero

Ruurd commited on
Commit
cea9bb0
·
verified ·
1 Parent(s): 31e34c4

Change to 3B

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