Severian commited on
Commit
bbff0dc
·
verified ·
1 Parent(s): 3a57bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -477,10 +477,6 @@ with gr.Blocks(theme="Hev832/Applio", css=css) as demo:
477
 
478
  run_button = gr.Button("Make My Caption!")
479
 
480
- with gr.Column():
481
- output_caption = gr.Textbox(label="Generated Caption")
482
- copy_button = gr.Button("Copy to Clipboard")
483
- gr.HTML("<script>" + js + "</script>")
484
 
485
  def update_style_options(caption_type):
486
  return {
 
477
 
478
  run_button = gr.Button("Make My Caption!")
479
 
 
 
 
 
480
 
481
  def update_style_options(caption_type):
482
  return {