Kevin676 commited on
Commit
47c46bf
·
1 Parent(s): 2015b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,11 +30,11 @@ from vocoder.hifigan import inference as gan_vocoder
30
  from synthesizer.inference import Synthesizer
31
 
32
  mes2 = [
33
- {"role": "system", "content": "You are a mental health therapist. Your name is Tina."}
34
  ]
35
 
36
  mes3 = [
37
- {"role": "system", "content": "You are my personal assistant. Your name is Alice."}
38
  ]
39
 
40
  res = []
 
30
  from synthesizer.inference import Synthesizer
31
 
32
  mes2 = [
33
+ {"role": "system", "content": "You are a mental health therapist. Respond to me only in Chinese. Your name is Tina."}
34
  ]
35
 
36
  mes3 = [
37
+ {"role": "system", "content": "You are my personal assistant. Respond to me only in Chinese. Your name is Alice."}
38
  ]
39
 
40
  res = []