Spaces:
Runtime error
Runtime error
TA
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,6 @@ import requests
|
|
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 Reflective cat between stars."
|
8 |
-
import gradio as gr
|
9 |
-
import os
|
10 |
-
import requests
|
11 |
|
12 |
html_temp = """
|
13 |
<div style="position: absolute; top: 0; right: 0;">
|
|
|
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 Reflective cat between stars."
|
|
|
|
|
|
|
8 |
|
9 |
html_temp = """
|
10 |
<div style="position: absolute; top: 0; right: 0;">
|