artificialguybr
commited on
Commit
·
5830189
1
Parent(s):
7ea1b80
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(css="custom.css") as app:
|
|
90 |
)
|
91 |
with gr.Column():
|
92 |
prompt_title = gr.Markdown("### Click on a LoRA in the gallery to select it")
|
93 |
-
selected_info = gr.
|
94 |
with gr.Row():
|
95 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="Type a prompt after selecting a LoRA")
|
96 |
button = gr.Button("Run")
|
|
|
90 |
)
|
91 |
with gr.Column():
|
92 |
prompt_title = gr.Markdown("### Click on a LoRA in the gallery to select it")
|
93 |
+
selected_info = gr.outputs() # Usa um componente Output em vez de Markdown
|
94 |
with gr.Row():
|
95 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="Type a prompt after selecting a LoRA")
|
96 |
button = gr.Button("Run")
|