Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ def create_readme(info: Dict[str, Any], downloaded_files: Dict[str, Any], user_r
|
|
355 |
negative_prompt_content = f"negative_prompt: {negative_prompt}\n" if negative_prompt else ""
|
356 |
# Corrected YAML for widget:
|
357 |
widget_content += f"""- text: '{escaped_prompt}'
|
358 |
-
{
|
359 |
output:
|
360 |
url: >-
|
361 |
{base_media_filename}
|
|
|
355 |
negative_prompt_content = f"negative_prompt: {negative_prompt}\n" if negative_prompt else ""
|
356 |
# Corrected YAML for widget:
|
357 |
widget_content += f"""- text: '{escaped_prompt}'
|
358 |
+
{negative_prompt_content}
|
359 |
output:
|
360 |
url: >-
|
361 |
{base_media_filename}
|