Gregniuki commited on
Commit
74fe0c7
·
1 Parent(s): fdd123c

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +1 -1
tts.py CHANGED
@@ -1,7 +1,7 @@
1
  # app/routes/tts.py
2
 
3
  from fastapi import APIRouter, Depends
4
- from auth import UserInResponse # 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
 
 
1
  # app/routes/tts.py
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