Severian commited on
Commit
53ce6ff
·
verified ·
1 Parent(s): 2c7802d

Update app.py

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