Tomtom84 commited on
Commit
092245f
·
1 Parent(s): 4d57a3c
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  # Ignore audio output files
2
- output.wav
 
 
1
  # Ignore audio output files
2
+ output.wav
3
+ __pycache__/
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
 
requirements.txt CHANGED
@@ -2,3 +2,5 @@ uvicorn[standard]==0.30.1
2
  fastapi==0.111.0
3
  outetts>=0.4
4
  transformers==4.48.3
 
 
 
2
  fastapi==0.111.0
3
  outetts>=0.4
4
  transformers==4.48.3
5
+ websockets==15.0.1
6
+