multimodalart HF staff commited on
Commit
3b8cb93
·
1 Parent(s): f9f9336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -136,8 +136,7 @@ def create_readme(info, downloaded_files, user_repo_id, link_civit=False, is_aut
136
  formatted_words = ', '.join(f'`{word}`' for word in trained_words)
137
  if formatted_words:
138
  trigger_words_section = f"""## Trigger words
139
-
140
- You should use {formatted_words} to trigger the image generation.
141
  """
142
  else:
143
  trigger_words_section = ""
 
136
  formatted_words = ', '.join(f'`{word}`' for word in trained_words)
137
  if formatted_words:
138
  trigger_words_section = f"""## Trigger words
139
+ You should use {formatted_words} to trigger the image generation.
 
140
  """
141
  else:
142
  trigger_words_section = ""