multimodalart HF staff commited on
Commit
c002974
1 Parent(s): 0dc3bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ widget:
133
  """
134
  for index, (image, prompt) in enumerate(zip(downloaded_files["imageName"], downloaded_files["imagePrompt"])):
135
  if index == 1:
136
- content += f"## Image examples for the model:\n![Image {index}]({image})\n> Prompt: {prompt}\n"
137
  elif index > 1:
138
  content += f"\n![Image {index}]({image})\n> {prompt}\n"
139
  readme_content += content + "\n"
 
133
  """
134
  for index, (image, prompt) in enumerate(zip(downloaded_files["imageName"], downloaded_files["imagePrompt"])):
135
  if index == 1:
136
+ content += f"## Image examples for the model:\n![Image {index}]({image})\n> {prompt}\n"
137
  elif index > 1:
138
  content += f"\n![Image {index}]({image})\n> {prompt}\n"
139
  readme_content += content + "\n"