Update app.py
Browse files
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 {
|