Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def load_lora(repo_id, filename):
|
|
| 32 |
"""Charge un LoRA depuis un repository HuggingFace"""
|
| 33 |
global lora_repo, lora_path
|
| 34 |
if not repo_id or not filename:
|
| 35 |
-
return "
|
| 36 |
|
| 37 |
try:
|
| 38 |
lora_path = hf_hub_download(repo_id=repo_id, filename=filename)
|
|
|
|
| 32 |
"""Charge un LoRA depuis un repository HuggingFace"""
|
| 33 |
global lora_repo, lora_path
|
| 34 |
if not repo_id or not filename:
|
| 35 |
+
return "XLabs-AI/flux-RealismLora"
|
| 36 |
|
| 37 |
try:
|
| 38 |
lora_path = hf_hub_download(repo_id=repo_id, filename=filename)
|