Spaces:
Sleeping
Sleeping
usmanyousaf
commited on
Commit
•
bccc0d6
1
Parent(s):
70fdc75
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -2,12 +2,11 @@ streamlit
|
|
2 |
streamlit-chat
|
3 |
openai
|
4 |
requests
|
5 |
-
Image
|
6 |
langchain
|
7 |
groq
|
8 |
-
PIL
|
9 |
whisper
|
10 |
pyttsx3
|
11 |
wavio
|
12 |
numpy
|
13 |
-
sounddevice
|
|
|
2 |
streamlit-chat
|
3 |
openai
|
4 |
requests
|
5 |
+
Pillow # Replaced 'Image' with 'Pillow'
|
6 |
langchain
|
7 |
groq
|
|
|
8 |
whisper
|
9 |
pyttsx3
|
10 |
wavio
|
11 |
numpy
|
12 |
+
sounddevice # Fixed typo
|