Spaces:
Sleeping
Sleeping
whisper to requirements
Browse files- Dockerfile +1 -1
- 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", "
|
|
|
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 |
-
|
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
|