Update TextGen/router.py
Browse files- TextGen/router.py +1 -1
TextGen/router.py
CHANGED
@@ -36,7 +36,7 @@ tts_client = Client("https://jofthomas-xtts.hf.space/",hf_token=my_hf_token)
|
|
36 |
|
37 |
main_npcs={
|
38 |
"Blacksmith":"./voices/Blacksmith.mp3",
|
39 |
-
"Herbalist":"./voices/female.mp3"
|
40 |
"Bard":"./voices/Bard_voice.mp3"
|
41 |
}
|
42 |
class Generate(BaseModel):
|
|
|
36 |
|
37 |
main_npcs={
|
38 |
"Blacksmith":"./voices/Blacksmith.mp3",
|
39 |
+
"Herbalist":"./voices/female.mp3",
|
40 |
"Bard":"./voices/Bard_voice.mp3"
|
41 |
}
|
42 |
class Generate(BaseModel):
|