Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d0b76c5
1
Parent(s):
d06267b
Update app.py
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
345 |
elem_id="selected_lora",
|
346 |
)
|
347 |
with gr.Row():
|
348 |
-
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="A person"
|
349 |
button = gr.Button("Run", elem_id="run_button")
|
350 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
351 |
community_icon = gr.HTML(community_icon_html)
|
|
|
345 |
elem_id="selected_lora",
|
346 |
)
|
347 |
with gr.Row():
|
348 |
+
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="A person", elem_id="prompt")
|
349 |
button = gr.Button("Run", elem_id="run_button")
|
350 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
351 |
community_icon = gr.HTML(community_icon_html)
|