Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def generateimage1(query):
|
|
| 15 |
def generateimage2(query):
|
| 16 |
return query.replace(' ', '-') + '-chatgpt.png'
|
| 17 |
|
| 18 |
-
title = "# Unleash the power of Stable Diffusion with ChatGPT and conquer abstract prompts!"
|
| 19 |
|
| 20 |
description = """
|
| 21 |
Stable Diffusion struggles with **unclear and vague prompts**, but by harnessing the **advanced reasoning capabilities of ChatGPT**. We can generate detailed and descriptive prompts for improved and unparalleled generation results.
|
|
|
|
| 15 |
def generateimage2(query):
|
| 16 |
return query.replace(' ', '-') + '-chatgpt.png'
|
| 17 |
|
| 18 |
+
title = "# ChatPrompt: Unleash the power of Stable Diffusion with ChatGPT and conquer abstract prompts!"
|
| 19 |
|
| 20 |
description = """
|
| 21 |
Stable Diffusion struggles with **unclear and vague prompts**, but by harnessing the **advanced reasoning capabilities of ChatGPT**. We can generate detailed and descriptive prompts for improved and unparalleled generation results.
|