Gregniuki commited on
Commit
8378e62
1 Parent(s): 7157332

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,4 +1,4 @@
1
- # app.py
2
 
3
  from fastapi import FastAPI, Depends, HTTPException
4
  from app.routes import auth, tts
 
1
+ # main.py
2
 
3
  from fastapi import FastAPI, Depends, HTTPException
4
  from app.routes import auth, tts