Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
9aa8ee1
1
Parent(s):
c6f3692
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
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
|
536 |
-
max_speech_types =
|
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 = []
|