multimodalart HF Staff commited on
Commit
83c4c6f
·
1 Parent(s): 015d182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -115,9 +115,7 @@ def create_readme(info, downloaded_files, link_civit=False, is_author=True, fold
115
  print(widget_prompts)
116
  tags = default_tags + civit_tags
117
  unpacked_tags = "\n- ".join(tags)
118
- content = f"""---f"text: {widget_prompts if widget_prompts else (info['trainedWords'][0] if info['trainedWords'][0] else '')}"
119
-
120
- license: other
121
  tags:
122
  - {unpacked_tags}
123
 
 
115
  print(widget_prompts)
116
  tags = default_tags + civit_tags
117
  unpacked_tags = "\n- ".join(tags)
118
+ content = f"""---license: other
 
 
119
  tags:
120
  - {unpacked_tags}
121