Update app.py
Browse files
app.py
CHANGED
|
@@ -539,7 +539,6 @@ def trim_and_reload(video_path, output_path, output_name, start_frame, stop_fram
|
|
| 539 |
## ------------------------------ GRADIO GUI ------------------------------
|
| 540 |
|
| 541 |
css = """
|
| 542 |
-
footer{display:none !important}
|
| 543 |
"""
|
| 544 |
|
| 545 |
with gr.Blocks(css=css) as interface:
|
|
|
|
| 539 |
## ------------------------------ GRADIO GUI ------------------------------
|
| 540 |
|
| 541 |
css = """
|
|
|
|
| 542 |
"""
|
| 543 |
|
| 544 |
with gr.Blocks(css=css) as interface:
|