Spaces:
Sleeping
Sleeping
itacaiunas
commited on
Commit
•
0a18113
1
Parent(s):
6ce537f
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import requests
|
4 |
|
5 |
-
SYSTEM_PROMPT = "
|
6 |
TITLE = "Gera Prompt"
|
7 |
-
EXAMPLE_INPUT = "
|
8 |
import gradio as gr
|
9 |
import os
|
10 |
import requests
|
|
|
2 |
import os
|
3 |
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 = "Gera Prompt"
|
7 |
+
EXAMPLE_INPUT = "Crie a imagem de uma onça pintada na floresta."
|
8 |
import gradio as gr
|
9 |
import os
|
10 |
import requests
|