multimodalart HF staff commited on
Commit
63371f2
1 Parent(s): f14adde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ You should use {formatted_words} to trigger the image generation.
193
  content = f"""---
194
  license: other
195
  license_name: bespoke-lora-trained-license
196
- license_link: https://multimodal.art/civitai-licenses?allowNoCredit={info["allowNoCredit"]}&allowCommercialUse={info["allowCommercialUse"][0]}&allowDerivatives={info["allowDerivatives"]}&allowDifferentLicense={info["allowDifferentLicense"]}
197
  tags:
198
  - {unpacked_tags}
199
 
 
193
  content = f"""---
194
  license: other
195
  license_name: bespoke-lora-trained-license
196
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit={info["allowNoCredit"]}&allowCommercialUse={info["allowCommercialUse"][0] if info["allowCommercialUse"] else 1}&allowDerivatives={info["allowDerivatives"]}&allowDifferentLicense={info["allowDifferentLicense"]}
197
  tags:
198
  - {unpacked_tags}
199