Fixed level issues
This commit is contained in:
@@ -22,5 +22,5 @@ class SpeakingController(ISpeakingController):
|
||||
async def generate_video(self, text: str, avatar: str):
|
||||
return await self._vid_gen.create_video(text, avatar)
|
||||
|
||||
async def pool_video(self, vid_id: str):
|
||||
return await self._vid_gen.pool_status(vid_id)
|
||||
async def poll_video(self, vid_id: str):
|
||||
return await self._vid_gen.poll_status(vid_id)
|
||||
|
||||
Reference in New Issue
Block a user