Spaces:
Running
on
A10G
Running
on
A10G
JingyeChen
commited on
Commit
•
60ba9a9
1
Parent(s):
f9238f7
update
Browse files
app.py
CHANGED
@@ -416,8 +416,8 @@ 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="Input your prompt here.", placeholder="A beautiful city skyline stamp of Shanghai")
|
420 |
-
keywords = gr.Textbox(label="(Optional)
|
421 |
positive_prompt = gr.Textbox(label="(Optional) Positive prompt to enhance the image quality", 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):
|
|
|
416 |
with gr.Tab("Text-to-Image"):
|
417 |
with gr.Row():
|
418 |
with gr.Column(scale=1):
|
419 |
+
prompt = gr.Textbox(label="Input your prompt here. 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 to enhance the image quality", 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):
|