gowdaman commited on
Commit
08e2483
·
1 Parent(s): de6f7f5

completed

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ /venv
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860" , 'workers', '20']
ai/__pycache__/emotion.cpython-312.pyc ADDED
Binary file (7.81 kB). View file
 
ai/__pycache__/sentiment.cpython-312.pyc ADDED
Binary file (1.86 kB). View file
 
routes/__pycache__/feedback.cpython-312.pyc ADDED
Binary file (1.22 kB). View file
 
routes/__pycache__/index.cpython-312.pyc ADDED
Binary file (380 Bytes). View file