thejagstudio commited on
Commit
76cfc68
Β·
1 Parent(s): c27ef68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ v1_model = V1_GPT(v1_config)
302
  try:
303
  v1_model.load_state_dict(
304
  torch.hub.load_state_dict_from_url(
305
- 'https://huggingface.co/spaces/thejagstudio/diffusion-gpt/resolve/main/final_model.pth?download=true',
306
  map_location=device
307
  )
308
  )
 
302
  try:
303
  v1_model.load_state_dict(
304
  torch.hub.load_state_dict_from_url(
305
+ 'https://huggingface.co/spaces/thejagstudio/NanoDiffusion/resolve/main/final_model.pth?download=true',
306
  map_location=device
307
  )
308
  )