Spaces:
Running
on
Zero
Running
on
Zero
chores: add related links
Browse files
app.py
CHANGED
@@ -226,15 +226,14 @@ def predict(
|
|
226 |
return ("output.wav", metrics_text)
|
227 |
|
228 |
|
229 |
-
title = "viXTTS Demo"
|
230 |
-
|
231 |
-
|
232 |
with gr.Blocks(analytics_enabled=False) as demo:
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
gr.Markdown(
|
236 |
"""
|
237 |
-
viXTTS Demo
|
|
|
|
|
238 |
"""
|
239 |
)
|
240 |
with gr.Column():
|
|
|
226 |
return ("output.wav", metrics_text)
|
227 |
|
228 |
|
|
|
|
|
|
|
229 |
with gr.Blocks(analytics_enabled=False) as demo:
|
230 |
with gr.Row():
|
231 |
with gr.Column():
|
232 |
gr.Markdown(
|
233 |
"""
|
234 |
+
# viXTTS Demo ✨
|
235 |
+
- Github: https://github.com/thinhlpg/vixtts-demo/
|
236 |
+
- viVoice: https://github.com/thinhlpg/viVoice
|
237 |
"""
|
238 |
)
|
239 |
with gr.Column():
|