Severian commited on
Commit
5d69512
·
verified ·
1 Parent(s): ed82c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 {