Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,8 @@ def generateimage2(query):
|
|
16 |
return query.replace(' ', '-') + '-chatgpt.png'
|
17 |
|
18 |
with gr.Blocks() as demo:
|
19 |
-
gr.Markdown("
|
20 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
21 |
-
gr.Markdown("Then ask **Stable Diffusion** to generate images based on ChatGPT prompts.")
|
22 |
with gr.Row():
|
23 |
inpprompt = gr.Dropdown(list(dictionary.keys()), value=list(dictionary.keys())[0])
|
24 |
outprompt = gr.Textbox()
|
|
|
16 |
return query.replace(' ', '-') + '-chatgpt.png'
|
17 |
|
18 |
with gr.Blocks() as demo:
|
19 |
+
gr.Markdown("Unleash the power of AI with **[ChatGPT](https://chat.openai.com)** and conquer abstract prompts! Stable Diffusion struggles with unclear and vague directions, but by harnessing the advanced reasoning capabilities of ChatGPT, we can generate detailed and descriptive prompts for improved and unparalleled generation results. ")
|
20 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
|
|
21 |
with gr.Row():
|
22 |
inpprompt = gr.Dropdown(list(dictionary.keys()), value=list(dictionary.keys())[0])
|
23 |
outprompt = gr.Textbox()
|