thinhlpg commited on
Commit
7ca618f
1 Parent(s): abf7246

chores: add related links

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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():