Spaces:
Sleeping
Sleeping
fix: ready for deploy v.2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
12 |
COPY --chown=user . /app
|
13 |
CMD python3 interface.py & \
|
14 |
uvicorn main:app --host 0.0.0.0 --port 8000 & \
|
15 |
-
uvicorn tts
|
|
|
12 |
COPY --chown=user . /app
|
13 |
CMD python3 interface.py & \
|
14 |
uvicorn main:app --host 0.0.0.0 --port 8000 & \
|
15 |
+
uvicorn tts.tts:app --host 0.0.0.0 --port 8001
|