Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -608,7 +608,7 @@ 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 |
-
|
612 |
output_caption = gr.Textbox(label="Generated Caption")
|
613 |
|
614 |
run_button = gr.Button("Make My Caption!")
|
|
|
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!")
|