Edoruin commited on
Commit
2ffb7dd
·
1 Parent(s): 0e760c3

Rename app.py to main.py and update Dockerfile for HF

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. app.py → main.py +0 -0
Dockerfile CHANGED
@@ -22,4 +22,4 @@ ENV PYTHONUNBUFFERED=1
22
  EXPOSE 7860
23
 
24
  # Run with verbose logging
25
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "app:app"]
 
22
  EXPOSE 7860
23
 
24
  # Run with verbose logging
25
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "main:app"]
app.py → main.py RENAMED
File without changes