NeuralFalcon commited on
Commit
1a90df2
·
verified ·
1 Parent(s): 392805b

Update app.py

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