pnnbao-ump commited on
Commit
11397f0
·
1 Parent(s): 8c7bca0

Add @spaces.GPU decorator for GPU Zero

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -137,12 +137,12 @@ custom_css = """
137
  with gr.Blocks(title="VieNeu-TTS", css=custom_css, theme=gr.themes.Soft()) as demo:
138
  gr.Markdown("""
139
  # 🎙️ VieNeu-TTS: Vietnamese Text-to-Speech
140
-
141
  Hệ thống tổng hợp tiếng nói tiếng Việt được **finetune từ NeuTTS-Air** - một mô hình TTS tiên tiến sử dụng Large Language Model và Neural Codec.
142
-
143
- Tác giả: [Phạm Ngọc Bảo](https://github.com/pnnbao97)
144
- Model: [VieNeu-TTS](https://huggingface.co/pnnbao-ump/VieNeu-TTS)
145
- Code: [GitHub](https://github.com/pnnbao97/VieNeu-TTS)
146
  Demo: [Hugging Face](https://huggingface.co/spaces/pnnbao-ump/VieNeu-TTS)
147
  """)
148
 
 
137
  with gr.Blocks(title="VieNeu-TTS", css=custom_css, theme=gr.themes.Soft()) as demo:
138
  gr.Markdown("""
139
  # 🎙️ VieNeu-TTS: Vietnamese Text-to-Speech
140
+
141
  Hệ thống tổng hợp tiếng nói tiếng Việt được **finetune từ NeuTTS-Air** - một mô hình TTS tiên tiến sử dụng Large Language Model và Neural Codec.
142
+
143
+ Tác giả: [Phạm Nguyễn Ngọc Bảo](https://github.com/pnnbao97)
144
+ Model: [VieNeu-TTS](https://huggingface.co/pnnbao-ump/VieNeu-TTS)
145
+ Code: [GitHub](https://github.com/pnnbao97/VieNeu-TTS)
146
  Demo: [Hugging Face](https://huggingface.co/spaces/pnnbao-ump/VieNeu-TTS)
147
  """)
148