Update app.py
Browse files
app.py
CHANGED
@@ -163,9 +163,7 @@ with gr.Blocks() as generate_tab:
|
|
163 |
predict_btn = gr.Button('Predict', variant='secondary', visible=False)
|
164 |
|
165 |
BANNER_TEXT = '''
|
166 |
-
|
167 |
-
This is our work on Kokoro TTS [**V1 Model GPU**](https://shukdevdatta123-kokoro-tts-translate-gpu.hf.space) and the next version Kokoro TTS [**V2 Model CPU**](https://shukdevdatta123-kokoro-tts.hf.space).
|
168 |
-
If you would like to use our V2 Model with GPU, then go to this [link](https://colab.research.google.com/drive/1DIpBzJSBBeTcpkyxkHcpngLumMapEWQz?usp=sharing).
|
169 |
'''
|
170 |
|
171 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
@@ -177,7 +175,7 @@ with gr.Blocks() as app:
|
|
177 |
with gr.Column():
|
178 |
text = gr.Textbox(
|
179 |
label='Input Text',
|
180 |
-
info=f"Up to ~
|
181 |
)
|
182 |
with gr.Row():
|
183 |
voice = gr.Dropdown(
|
|
|
163 |
predict_btn = gr.Button('Predict', variant='secondary', visible=False)
|
164 |
|
165 |
BANNER_TEXT = '''
|
166 |
+
SureTalk AI U8-tts
|
|
|
|
|
167 |
'''
|
168 |
|
169 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
|
|
175 |
with gr.Column():
|
176 |
text = gr.Textbox(
|
177 |
label='Input Text',
|
178 |
+
info=f"Up to ~5000 characters per Generate"
|
179 |
)
|
180 |
with gr.Row():
|
181 |
voice = gr.Dropdown(
|