Mbonea commited on
Commit
7ea89c2
1 Parent(s): 22319a8

Gabi rules

Browse files
App/Generate/database/DescriptAPI.py CHANGED
@@ -119,7 +119,7 @@ class Speak:
119
  ) as response:
120
  return await response.json()
121
 
122
- async def say(self, text, speaker="Tabitha"):
123
  data = {"text": text, "speaker": speaker}
124
 
125
  response_data = await self._make_request("post", "descript_tts", json=data)
 
119
  ) as response:
120
  return await response.json()
121
 
122
+ async def say(self, text, speaker="Gabi"):
123
  data = {"text": text, "speaker": speaker}
124
 
125
  response_data = await self._make_request("post", "descript_tts", json=data)