Spaces:
Runtime error
Runtime error
Commit
•
d4fb1c8
1
Parent(s):
554faea
Update app.py
Browse files
app.py
CHANGED
@@ -404,7 +404,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
404 |
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, placeholder="Coming soon...")
|
405 |
with gr.Column(scale=5):
|
406 |
with gr.Row():
|
407 |
-
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="
|
408 |
button = gr.Button("Run", elem_id="run_button")
|
409 |
result = gr.Image(
|
410 |
interactive=False, label="Generated Image", elem_id="result-image"
|
|
|
404 |
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, placeholder="Coming soon...")
|
405 |
with gr.Column(scale=5):
|
406 |
with gr.Row():
|
407 |
+
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="a person", elem_id="prompt")
|
408 |
button = gr.Button("Run", elem_id="run_button")
|
409 |
result = gr.Image(
|
410 |
interactive=False, label="Generated Image", elem_id="result-image"
|