Yushen CHEN commited on
Commit
18f526d
·
unverified ·
2 Parent(s): 12304bf 8b150b0

Merge pull request #148 from jpgallegoar/main

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 = []