Spaces:
Running
on
A10G
Running
on
A10G
JingyeChen
commited on
Commit
•
1a239a6
1
Parent(s):
60ba9a9
update
Browse files
app.py
CHANGED
@@ -416,9 +416,9 @@ with gr.Blocks() as demo:
|
|
416 |
with gr.Tab("Text-to-Image"):
|
417 |
with gr.Row():
|
418 |
with gr.Column(scale=1):
|
419 |
-
prompt = gr.Textbox(label="
|
420 |
keywords = gr.Textbox(label="(Optional) Keywords. Should be seperated by / (e.g., keyword1/keyword2/...)", placeholder="keyword1/keyword2")
|
421 |
-
positive_prompt = gr.Textbox(label="(Optional) Positive prompt
|
422 |
|
423 |
with gr.Accordion("(Optional) Template - Click to paint", open=False):
|
424 |
with gr.Row():
|
|
|
416 |
with gr.Tab("Text-to-Image"):
|
417 |
with gr.Row():
|
418 |
with gr.Column(scale=1):
|
419 |
+
prompt = gr.Textbox(label="Prompt. You can let the language model automatically identify keywords, or provide them in the 'keywords' below", placeholder="A beautiful city skyline stamp of Shanghai")
|
420 |
keywords = gr.Textbox(label="(Optional) Keywords. Should be seperated by / (e.g., keyword1/keyword2/...)", placeholder="keyword1/keyword2")
|
421 |
+
positive_prompt = gr.Textbox(label="(Optional) Positive prompt", value=", showing different kinds of quails, digital art, very detailed, fantasy, high definition, cinematic light, dnd, trending on artstation")
|
422 |
|
423 |
with gr.Accordion("(Optional) Template - Click to paint", open=False):
|
424 |
with gr.Row():
|