Spaces:
Running
Running
Commit
·
0dc3bb4
1
Parent(s):
7899646
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ widget:
|
|
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>
|
139 |
readme_content += content + "\n"
|
140 |
print(readme_content)
|
141 |
with open(f"{folder}/README.md", "w") as file:
|
|
|
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"
|
140 |
print(readme_content)
|
141 |
with open(f"{folder}/README.md", "w") as file:
|