update
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
116 |
# Generate your own panorama with AI
|
117 |
1. Your **[720yun.com](https://www.720yun.com)** account is required.
|
118 |
2. Support by **[720yun.com](https://www.720yun.com)**.
|
119 |
-
3. Prompt example: a beautiful matte painting
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
@@ -124,7 +124,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
124 |
with gr.Column():
|
125 |
password = gr.Textbox(label='Password', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|
127 |
-
prompt = gr.Textbox(label='Prompt', lines=
|
128 |
with gr.Row():
|
129 |
negative_prompt = gr.Textbox(label='Negative prompt', lines=2, placeholder='Enter your negative prompt')
|
130 |
with gr.Row():
|
|
|
116 |
# Generate your own panorama with AI
|
117 |
1. Your **[720yun.com](https://www.720yun.com)** account is required.
|
118 |
2. Support by **[720yun.com](https://www.720yun.com)**.
|
119 |
+
3. Prompt example: a beautiful matte painting, northernmost continent, a gigantic square fortress covered by blizzard, texture smooth, aerial view, epic composition, post apocalyptic, sci-fi, futuristic, fantasy, by Jan Urschel and Sergey Vasnev and Emmanuel Shiu and Liam Wong and Michal Karcz, ornate, cinematic, cinematic lighting, light effect, epic, airy vibrant theme, octane render, unreal engine, 4k hd wallpaper, trending on artstation and cgsociety
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
|
|
124 |
with gr.Column():
|
125 |
password = gr.Textbox(label='Password', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|
127 |
+
prompt = gr.Textbox(label='Prompt', lines=4, placeholder='Enter your prompt')
|
128 |
with gr.Row():
|
129 |
negative_prompt = gr.Textbox(label='Negative prompt', lines=2, placeholder='Enter your negative prompt')
|
130 |
with gr.Row():
|