import
Browse files- App/TTS/TTSRoutes.py +1 -1
App/TTS/TTSRoutes.py
CHANGED
|
@@ -13,7 +13,7 @@ from .Schemas import (
|
|
| 13 |
)
|
| 14 |
from .utils.Podcastle import PodcastleAPI
|
| 15 |
from .utils.HeyGen import HeygenAPI
|
| 16 |
-
from App
|
| 17 |
from .utils.Descript import DescriptTTS
|
| 18 |
import os
|
| 19 |
import asyncio
|
|
|
|
| 13 |
)
|
| 14 |
from .utils.Podcastle import PodcastleAPI
|
| 15 |
from .utils.HeyGen import HeygenAPI
|
| 16 |
+
from App import pi
|
| 17 |
from .utils.Descript import DescriptTTS
|
| 18 |
import os
|
| 19 |
import asyncio
|