Skip to content

Commit

Permalink
Merge pull request #148 from jpgallegoar/main
Browse files Browse the repository at this point in the history
Increase number of speech types.
  • Loading branch information
SWivid authored Oct 17, 2024
2 parents 12304bf + 8b150b0 commit 18f526d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,8 @@ def parse_emotional_text(gen_text):
regular_audio = gr.Audio(label='Regular Reference Audio', type='filepath')
regular_ref_text = gr.Textbox(label='Reference Text (Regular)', lines=2)

# Additional speech types (up to 9 more)
max_speech_types = 10
# Additional speech types (up to 99 more)
max_speech_types = 100
speech_type_names = []
speech_type_audios = []
speech_type_ref_texts = []
Expand Down

0 comments on commit 18f526d

Please sign in to comment.