Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def generateimage2(query):
|
|
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
|
22 |
"""
|
23 |
|
24 |
example = """
|
@@ -42,8 +42,8 @@ concept_image = "![The concept of co-creative ChatPrompt and MagicPrompt](https:
|
|
42 |
with gr.Blocks() as demo:
|
43 |
gr.Markdown(title)
|
44 |
gr.Markdown(description)
|
45 |
-
gr.Markdown(concept_image)
|
46 |
gr.Markdown(co_create_magicprompt)
|
|
|
47 |
gr.Markdown(example)
|
48 |
|
49 |
with gr.Row():
|
|
|
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.
|
22 |
"""
|
23 |
|
24 |
example = """
|
|
|
42 |
with gr.Blocks() as demo:
|
43 |
gr.Markdown(title)
|
44 |
gr.Markdown(description)
|
|
|
45 |
gr.Markdown(co_create_magicprompt)
|
46 |
+
gr.Markdown(concept_image)
|
47 |
gr.Markdown(example)
|
48 |
|
49 |
with gr.Row():
|