Spaces:
Build error
Build error
Update app.py
Browse files
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 = []
|