yiren98 commited on
Commit
04989f6
·
verified ·
1 Parent(s): 3be0f17

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -57,7 +57,7 @@ print(f"Downloaded AE_PATH saved at: {AE_PATH}")
57
 
58
  from huggingface_hub import hf_hub_download
59
  repo_id = "showlab/makeanything"
60
- file_name = "recraft_9f_lego.safetensors"
61
  LORA_WEIGHTS_PATH = hf_hub_download(repo_id=repo_id, filename=file_name)
62
  print(f"Downloaded LORA_WEIGHTS_PATH saved at: {LORA_WEIGHTS_PATH}")
63
 
 
57
 
58
  from huggingface_hub import hf_hub_download
59
  repo_id = "showlab/makeanything"
60
+ file_name = "recraft/recraft_9f_lego.safetensors"
61
  LORA_WEIGHTS_PATH = hf_hub_download(repo_id=repo_id, filename=file_name)
62
  print(f"Downloaded LORA_WEIGHTS_PATH saved at: {LORA_WEIGHTS_PATH}")
63