Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -523,7 +523,7 @@ def ui():
|
|
523 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
524 |
word_level_srt_file = gr.File(label='π Download Word-Level SRT')
|
525 |
srt_file = gr.File(label='π Download Sentence-Level SRT')
|
526 |
-
sentence_duration_file = gr.File(label='β³ Download Sentence
|
527 |
|
528 |
text.submit(subtile_update, inputs=[text, language_name, voice_name, speed, remove_silence], outputs=[audio, audio_file,word_level_srt_file,srt_file,sentence_duration_file])
|
529 |
generate_btn.click(subtile_update, inputs=[text, language_name, voice_name, speed, remove_silence], outputs=[audio, audio_file,word_level_srt_file,srt_file,sentence_duration_file])
|
|
|
523 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
524 |
word_level_srt_file = gr.File(label='π Download Word-Level SRT')
|
525 |
srt_file = gr.File(label='π Download Sentence-Level SRT')
|
526 |
+
sentence_duration_file = gr.File(label='β³ Download Sentence Timestamp JSON')
|
527 |
|
528 |
text.submit(subtile_update, inputs=[text, language_name, voice_name, speed, remove_silence], outputs=[audio, audio_file,word_level_srt_file,srt_file,sentence_duration_file])
|
529 |
generate_btn.click(subtile_update, inputs=[text, language_name, voice_name, speed, remove_silence], outputs=[audio, audio_file,word_level_srt_file,srt_file,sentence_duration_file])
|