Update tts.py
Browse files
tts.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
|
3 |
from fastapi import APIRouter, Depends
|
4 |
from auth import UserCreate # Import a model for the user response
|
5 |
-
from tts import tts_synthesis # Import your TTS synthesis function
|
6 |
from main import get_current_user
|
7 |
|
8 |
import onnxruntime
|
|
|
2 |
|
3 |
from fastapi import APIRouter, Depends
|
4 |
from auth import UserCreate # Import a model for the user response
|
|
|
5 |
from main import get_current_user
|
6 |
|
7 |
import onnxruntime
|