Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -451,7 +451,7 @@ with gr.Blocks(title="Z-Image Demo") as demo:
|
|
| 451 |
|
| 452 |
with gr.Row():
|
| 453 |
with gr.Column(scale=1):
|
| 454 |
-
prompt_input = gr.Textbox(label="Prompt", lines=3, placeholder="Enter your prompt here...")
|
| 455 |
# PE components (Temporarily disabled)
|
| 456 |
# with gr.Row():
|
| 457 |
# enable_enhance = gr.Checkbox(label="Enhance Prompt (DashScope)", value=False)
|
|
|
|
| 451 |
|
| 452 |
with gr.Row():
|
| 453 |
with gr.Column(scale=1):
|
| 454 |
+
prompt_input = gr.Textbox(label="Prompt", value="An ethereal female elf with long platinum-blonde hair and pointed ears, wearing an elegant dress made of leaves and vines.", lines=3, placeholder="Enter your prompt here...")
|
| 455 |
# PE components (Temporarily disabled)
|
| 456 |
# with gr.Row():
|
| 457 |
# enable_enhance = gr.Checkbox(label="Enhance Prompt (DashScope)", value=False)
|