Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -612,9 +612,6 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
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")
|
|
|
612 |
|
613 |
run_button = gr.Button("Make My Caption!")
|
614 |
|
|
|
|
|
|
|
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")
|