rchrdgwr commited on
Commit
8c2a43d
1 Parent(s): 0e9ef68

whisper to requirements

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["chainlit", "run", "app_am.py", "--port", "7860"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["chainlit", "run", "app_main.py", "--port", "7860"]
requirements.txt CHANGED
@@ -47,7 +47,7 @@ nltk==3.9.1
47
  rouge-score==0.1.2
48
  sentence-transformers==2.3.0
49
  pydantic==2.7.4
50
- #openai-whisper==20240607
51
 
52
  # Nitins dependencies
53
  fpdf==1.7.2
 
47
  rouge-score==0.1.2
48
  sentence-transformers==2.3.0
49
  pydantic==2.7.4
50
+ openai-whisper==20240930
51
 
52
  # Nitins dependencies
53
  fpdf==1.7.2