Gregniuki commited on
Commit
4811ba6
·
1 Parent(s): 732833a

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +1 -1
tts.py CHANGED
@@ -1,4 +1,4 @@
1
- # app/routes/tts.py
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