Mohssinibra commited on
Commit
c443704
·
verified ·
1 Parent(s): 4dcdc88
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ def remove_silence(input_audio):
27
  # Interface Gradio
28
  iface = gr.Interface(
29
  fn=remove_silence,
30
- inputs=gr.Audio(source="upload", type="filepath"),
31
  outputs=gr.File(label="Audio sans silence"),
32
- live=True
33
  )
34
 
35
  # Lancer l'interface Gradio
 
27
  # Interface Gradio
28
  iface = gr.Interface(
29
  fn=remove_silence,
30
+ inputs=gr.Audio(type="filepath"),
31
  outputs=gr.File(label="Audio sans silence"),
32
+ title="Diviser Audio; suppression de silence."
33
  )
34
 
35
  # Lancer l'interface Gradio