Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
huggingface_hub
|
3 |
tensorflow
|
4 |
-
flask
|
|
|
5 |
gunicorn
|
6 |
flask-cors
|
7 |
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
huggingface_hub
|
3 |
tensorflow
|
4 |
+
flask
|
5 |
+
pytz
|
6 |
gunicorn
|
7 |
flask-cors
|
8 |
|