Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ class App:
|
|
| 126 |
info="Final speech chunks shorter than this time are thrown out")
|
| 127 |
nb_max_speech_duration_s = gr.Number(label="Maximum Speech Duration (s)",
|
| 128 |
value=vad_params["max_speech_duration_s"],
|
| 129 |
-
info="Maximum duration of speech chunks in seconds)
|
| 130 |
nb_min_silence_duration_ms = gr.Number(label="Minimum Silence Duration (ms)", precision=0,
|
| 131 |
value=vad_params["min_silence_duration_ms"],
|
| 132 |
info="In the end of each speech chunk wait for this time"
|
|
|
|
| 126 |
info="Final speech chunks shorter than this time are thrown out")
|
| 127 |
nb_max_speech_duration_s = gr.Number(label="Maximum Speech Duration (s)",
|
| 128 |
value=vad_params["max_speech_duration_s"],
|
| 129 |
+
info="Maximum duration of speech chunks in seconds")
|
| 130 |
nb_min_silence_duration_ms = gr.Number(label="Minimum Silence Duration (ms)", precision=0,
|
| 131 |
value=vad_params["min_silence_duration_ms"],
|
| 132 |
info="In the end of each speech chunk wait for this time"
|