jpgallegoar2 commited on
Commit
8b150b0
·
1 Parent(s): 39a513e

Increase number of speech types.

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -532,8 +532,8 @@ with gr.Blocks() as app_emotional:
532
  regular_audio = gr.Audio(label='Regular Reference Audio', type='filepath')
533
  regular_ref_text = gr.Textbox(label='Reference Text (Regular)', lines=2)
534
 
535
- # Additional speech types (up to 9 more)
536
- max_speech_types = 10
537
  speech_type_names = []
538
  speech_type_audios = []
539
  speech_type_ref_texts = []
 
532
  regular_audio = gr.Audio(label='Regular Reference Audio', type='filepath')
533
  regular_ref_text = gr.Textbox(label='Reference Text (Regular)', lines=2)
534
 
535
+ # Additional speech types (up to 99 more)
536
+ max_speech_types = 100
537
  speech_type_names = []
538
  speech_type_audios = []
539
  speech_type_ref_texts = []