Spaces:
Runtime error
Runtime error
Commit
•
40d0ad1
1
Parent(s):
4800859
Update app.py
Browse files
app.py
CHANGED
@@ -141,6 +141,7 @@ def add_custom_lora(custom_lora):
|
|
141 |
if(custom_lora):
|
142 |
try:
|
143 |
title, repo, path, trigger_word, image = check_custom_model(custom_lora)
|
|
|
144 |
card = f'''
|
145 |
<div class="custom_lora_card">
|
146 |
<span>Loaded custom LoRA:</span>
|
|
|
141 |
if(custom_lora):
|
142 |
try:
|
143 |
title, repo, path, trigger_word, image = check_custom_model(custom_lora)
|
144 |
+
print(f"Loaded custom LoRA: {repo}")
|
145 |
card = f'''
|
146 |
<div class="custom_lora_card">
|
147 |
<span>Loaded custom LoRA:</span>
|