shogi880 commited on
Commit
ead9c3d
·
1 Parent(s): 1e0d920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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("Ask **[ChatGPT](https://chat.openai.com)** to generate detailed descriptbions.")
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()