Spaces:
Runtime error
Runtime error
salomonsky
commited on
Commit
•
5b7d3ae
1
Parent(s):
d4fba6d
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ JS = """function () {
|
|
29 |
|
30 |
def enable_lora(lora_add):
|
31 |
if not lora_add:
|
32 |
-
return
|
33 |
else:
|
34 |
return lora_add
|
35 |
|
|
|
29 |
|
30 |
def enable_lora(lora_add):
|
31 |
if not lora_add:
|
32 |
+
return "XLabs-AI/flux-RealismLora"
|
33 |
else:
|
34 |
return lora_add
|
35 |
|