Spaces:
Running
Running
Merge branch 'main' of hf.co:spaces/nenafem/flask_whisper
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
17 |
|
18 |
COPY --chown=user . /app
|
19 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
20 |
-
CMD ["gunicorn", "--timeout", "
|
|
|
17 |
|
18 |
COPY --chown=user . /app
|
19 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
20 |
+
CMD ["gunicorn", "--timeout", "60", "-b", "0.0.0.0:7860", "app:app"]
|