shogi880 commited on
Commit
b6c3e98
·
1 Parent(s): ae46035

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 os.path.join(os.path.dirname(__file__), query.replace(' ', '-') + '-chatgpt.png')
17
 
18
  with gr.Blocks() as demo:
19
- gr.Markdown("Ask **ChatGPT** 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():
 
16
  return os.path.join(os.path.dirname(__file__), query.replace(' ', '-') + '-chatgpt.png')
17
 
18
  with gr.Blocks() as demo:
19
+ gr.Markdown("Ask **ChatGPT** to generate detailed descriptbions. [ChatGPT](https://chat.openai.com)")
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():