Michael Natanael commited on
Commit
1630f77
·
2 Parent(s): 451dc19 c0d14a8

Merge branch 'main' of hf.co:spaces/nenafem/flask_whisper

Browse files
Files changed (1) hide show
  1. 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", "600", "-b", "0.0.0.0:7860", "app:app"]
 
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"]