shogi880 commited on
Commit
201ab2d
1 Parent(s): f3df312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,17 +15,17 @@ def generateimage1(query):
15
  def generateimage2(query):
16
  return query.replace(' ', '-') + '-chatgpt.png'
17
 
18
- title = "Unleash the power of AI with [ChatGPT](https://chat.openai.com) and conquer abstract prompts!"
19
 
20
  description = """
21
- # Unleash the power of AI with [ChatGPT](https://chat.openai.com) and conquer abstract prompts!
22
- \nStable 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.
23
  """
24
 
25
  example = """
26
  Example:
27
  - 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':
28
- - Generate detailed prompt from abstract prompt. "a gentle man". Let's think step by step:
 
29
  """
30
  with gr.Blocks() as demo:
31
  gr.Markdown(title)
 
15
  def generateimage2(query):
16
  return query.replace(' ', '-') + '-chatgpt.png'
17
 
18
+ title = "# Unleash the power of AI with [ChatGPT](https://chat.openai.com) and conquer abstract prompts!"
19
 
20
  description = """
21
+ 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.
 
22
  """
23
 
24
  example = """
25
  Example:
26
  - 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':
27
+ - Please generate detailed prompts from abstract prompts. "a gentle man". Let's think step by step:
28
+ - Please generate prompt for character design. Let's think step by step: First, check the basic information. Then, generate prompt includes detail descriptions that related to the personality. Finally, summery the prompt in 30 words. Here's your first question: "a man who is the INFP of MBTI personality test":
29
  """
30
  with gr.Blocks() as demo:
31
  gr.Markdown(title)