valtecAI-team commited on
Commit
2ed2ff4
·
verified ·
1 Parent(s): 4904975

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -255,11 +255,11 @@ def create_demo(tts_interface):
255
  """Create Gradio interface."""
256
 
257
  examples = [
258
- ["Hello, have a great day", "NF", 1.0, 0.667, 0.8, 0.0],
259
- ["The morning sky is clear blue and the breeze is gentle", "NM1", 1.0, 0.667, 0.8, 0.0],
260
- ["I brew a hot cup of coffee and watch the sunlight through the window", "SF", 1.0, 0.667, 0.8, 0.0],
261
- ["Vietnam is a beautiful country with rich culture", "SM", 0.9, 0.667, 0.8, 0.0],
262
- ["The village road is canopied by fresh green bamboo", "NM2", 1.1, 0.667, 0.8, 0.0],
263
  ]
264
 
265
  with gr.Blocks(
 
255
  """Create Gradio interface."""
256
 
257
  examples = [
258
+ ["Xin chào, chúc bạn một ngày tốt lành", "NF", 1.0, 0.667, 0.8, 0.0],
259
+ ["Bầu trời buổi sáng trong xanh gió nhẹ nhàng", "NM1", 1.0, 0.667, 0.8, 0.0],
260
+ ["Tôi pha một tách phê nóng ngắm ánh nắng qua cửa sổ", "SF", 1.0, 0.667, 0.8, 0.0],
261
+ ["Việt Nam một đất nước xinh đẹp với nền văn hóa phong phú", "SM", 0.9, 0.667, 0.8, 0.0],
262
+ ["Con đường làng quê lợp mái bằng tre xanh tươi", "NM2", 1.1, 0.667, 0.8, 0.0],
263
  ]
264
 
265
  with gr.Blocks(