Update app.py
Browse files
app.py
CHANGED
@@ -476,7 +476,9 @@ with gr.Blocks(theme="Hev832/Applio", css=css) as demo:
|
|
476 |
gr.Markdown("**Note:** Caption tone doesn't affect `rng-tags`, `training_prompt`, and `style_prompt`.")
|
477 |
|
478 |
run_button = gr.Button("Make My Caption!")
|
479 |
-
|
|
|
|
|
480 |
|
481 |
def update_style_options(caption_type):
|
482 |
return {
|
|
|
476 |
gr.Markdown("**Note:** Caption tone doesn't affect `rng-tags`, `training_prompt`, and `style_prompt`.")
|
477 |
|
478 |
run_button = gr.Button("Make My Caption!")
|
479 |
+
|
480 |
+
with gr.Column():
|
481 |
+
output_caption = gr.Textbox(label="Generated Caption")
|
482 |
|
483 |
def update_style_options(caption_type):
|
484 |
return {
|