Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
82 |
with gr.Row():
|
83 |
with gr.Column(elem_id="prompt-container"):
|
84 |
with gr.Row():
|
85 |
-
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2,
|
86 |
with gr.Row():
|
87 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|
88 |
with gr.Row():
|
|
|
82 |
with gr.Row():
|
83 |
with gr.Column(elem_id="prompt-container"):
|
84 |
with gr.Row():
|
85 |
+
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
86 |
with gr.Row():
|
87 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|
88 |
with gr.Row():
|