Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- 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 |
|