TA commited on
Commit
8b66641
·
1 Parent(s): 09a7efa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
 
5
  SYSTEM_PROMPT = "As an LLM, your job is to generate detailed prompts that start with generate the image, for image generation models based on user input. Be descriptive and specific, but also make sure your prompts are clear and concise."
6
  TITLE = "Image Prompter"
7
- EXAMPLE_INPUT = "The metaverse world"
8
  import gradio as gr
9
  import os
10
  import requests
 
4
 
5
  SYSTEM_PROMPT = "As an LLM, your job is to generate detailed prompts that start with generate the image, for image generation models based on user input. Be descriptive and specific, but also make sure your prompts are clear and concise."
6
  TITLE = "Image Prompter"
7
+ EXAMPLE_INPUT = "A Cat Playing Chess"
8
  import gradio as gr
9
  import os
10
  import requests