NerdN commited on
Commit
0bf51a5
1 Parent(s): 8edb732

Update app.py

Browse files

![_7c2e75e9-652f-4f37-9191-83e845f5f8e6.jfif](https://cdn-uploads.huggingface.co/production/uploads/64df20dc22d604b137270864/jppW1doPRbCLmR9eNxNR-.jpeg)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  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."
2
  TITLE = "Image Prompter"
3
- EXAMPLE_INPUT = "A reflective cat between stars."
4
  import gradio as gr
5
  import os
6
  import requests
 
1
  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."
2
  TITLE = "Image Prompter"
3
+ EXAMPLE_INPUT = "A Reflective cat between stars."
4
  import gradio as gr
5
  import os
6
  import requests