Update tts.py
Browse files
tts.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
from fastapi import APIRouter, Depends
|
4 |
from auth import UserCreate # Import a model for the user response
|
|
|
1 |
+
# tts.py
|
2 |
|
3 |
from fastapi import APIRouter, Depends
|
4 |
from auth import UserCreate # Import a model for the user response
|