shogi880 commited on
Commit
0241f9d
1 Parent(s): 588563e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def generateimage2(query):
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!** \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. ")
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])
 
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!** \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. ")
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])