Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -16,6 +16,7 @@ diffusers
|
|
16 |
|
17 |
# OpenAI integration
|
18 |
openai
|
|
|
19 |
|
20 |
# Audio and video processing
|
21 |
audio-recorder-streamlit
|
@@ -28,4 +29,6 @@ pytz
|
|
28 |
beautifulsoup4
|
29 |
mistune>=3.0.0
|
30 |
huggingface_hub
|
31 |
-
|
|
|
|
|
|
16 |
|
17 |
# OpenAI integration
|
18 |
openai
|
19 |
+
tiktoken
|
20 |
|
21 |
# Audio and video processing
|
22 |
audio-recorder-streamlit
|
|
|
29 |
beautifulsoup4
|
30 |
mistune>=3.0.0
|
31 |
huggingface_hub
|
32 |
+
gradio_client
|
33 |
+
python-dotenv
|
34 |
+
textract
|