Spaces:
Running
Running
Commit
•
acdc6b4
1
Parent(s):
a2b89dc
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ You should use {formatted_words} to trigger the image generation.
|
|
156 |
content = f"""---
|
157 |
license: other
|
158 |
license_name: bespoke-lora-trained-license
|
159 |
-
license_link: https://multimodal.art/civitai-licenses?allowNoCredit={info["allowNoCredit"]}&allowCommercialUse={info["allowCommercialUse"]}&allowDerivatives={info["allowDerivatives"]}&allowDifferentLicense={info["allowDifferentLicense"]}
|
160 |
tags:
|
161 |
- {unpacked_tags}
|
162 |
|
|
|
156 |
content = f"""---
|
157 |
license: other
|
158 |
license_name: bespoke-lora-trained-license
|
159 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit={info["allowNoCredit"]}&allowCommercialUse={info["allowCommercialUse"][0]}&allowDerivatives={info["allowDerivatives"]}&allowDifferentLicense={info["allowDifferentLicense"]}
|
160 |
tags:
|
161 |
- {unpacked_tags}
|
162 |
|