NeuralFalcon
commited on
Commit
•
7c8d151
1
Parent(s):
6212452
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ demo = gr.Interface(process_audio,
|
|
176 |
[gr.Audio(label="Upload Audio",type="filepath",sources=['upload', 'microphone']),
|
177 |
gr.Number(label="Keep Silence Upto (In seconds)",value=0.05)],
|
178 |
[gr.Audio(label="Play Audio"),gr.File(label="Download Audio File"),gr.Textbox(label="Duration")],
|
179 |
-
examples=[['./audio/audio.wav',
|
180 |
cache_examples=True)
|
181 |
|
182 |
demo.launch(debug=True)
|
|
|
176 |
[gr.Audio(label="Upload Audio",type="filepath",sources=['upload', 'microphone']),
|
177 |
gr.Number(label="Keep Silence Upto (In seconds)",value=0.05)],
|
178 |
[gr.Audio(label="Play Audio"),gr.File(label="Download Audio File"),gr.Textbox(label="Duration")],
|
179 |
+
examples=[['./audio/audio.wav',0.05]],
|
180 |
cache_examples=True)
|
181 |
|
182 |
demo.launch(debug=True)
|