Spaces:
Paused
Paused
up20
Browse files- Dockerfile +0 -1
- __pycache__/app.cpython-312.pyc +0 -0
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ WORKDIR /app
|
|
10 |
COPY --chown=user . /app
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
-
RUN CMAKE_ARGS="-DGGML_CUDA=on" pip install outetts --upgrade
|
14 |
|
15 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
|
16 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
10 |
COPY --chown=user . /app
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
13 |
|
14 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", , "--ws", "auto", "--allow-websocket-origin", "*"]
|
15 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
__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,4 +2,4 @@ uvicorn[standard]==0.30.1
|
|
2 |
fastapi==0.111.0
|
3 |
transformers==4.48.3
|
4 |
websockets==15.0.1
|
5 |
-
|
|
|
2 |
fastapi==0.111.0
|
3 |
transformers==4.48.3
|
4 |
websockets==15.0.1
|
5 |
+
outetts>=0.4
|