Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ After Removing Silences: {output_duration[0]} Hour {output_duration[1]} Minute
|
|
71 |
import gradio as gr
|
72 |
|
73 |
def ui():
|
74 |
-
with gr.Blocks(title="Remove Silence From Video") as demo:
|
75 |
-
gr.Markdown("## 🎬 Remove Silence From Video")
|
76 |
gr.Markdown("Upload an .mp4 video, and silent parts will be removed automatically.")
|
77 |
|
78 |
with gr.Row():
|
|
|
71 |
import gradio as gr
|
72 |
|
73 |
def ui():
|
74 |
+
with gr.Blocks(title="Automatically Remove Silence From Video") as demo:
|
75 |
+
gr.Markdown("## 🎬 Automatically Remove Silence From Video")
|
76 |
gr.Markdown("Upload an .mp4 video, and silent parts will be removed automatically.")
|
77 |
|
78 |
with gr.Row():
|