Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -608,11 +608,14 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
608 |
|
609 |
with gr.Column():
|
610 |
error_message = gr.Markdown(visible=False)
|
611 |
-
output_prompt = gr.Textbox(label="Prompt that was used")
|
612 |
output_caption = gr.Textbox(label="Generated Caption")
|
613 |
|
614 |
run_button = gr.Button("Make My Caption!")
|
615 |
|
|
|
|
|
|
|
|
|
616 |
with gr.Accordion("Advanced Options for Style Prompt", open=False, visible=False) as advanced_options:
|
617 |
gr.Markdown("### Advanced Options for Style Prompt")
|
618 |
lens_type = gr.Dropdown(
|
|
|
608 |
|
609 |
with gr.Column():
|
610 |
error_message = gr.Markdown(visible=False)
|
|
|
611 |
output_caption = gr.Textbox(label="Generated Caption")
|
612 |
|
613 |
run_button = gr.Button("Make My Caption!")
|
614 |
|
615 |
+
with gr.Column():
|
616 |
+
error_message = gr.Markdown(visible=False)
|
617 |
+
output_prompt = gr.Textbox(label="Prompt that was used")
|
618 |
+
|
619 |
with gr.Accordion("Advanced Options for Style Prompt", open=False, visible=False) as advanced_options:
|
620 |
gr.Markdown("### Advanced Options for Style Prompt")
|
621 |
lens_type = gr.Dropdown(
|