Spaces:
Runtime error
Runtime error
added openai
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ huggingface_hub==0.19.3
|
|
8 |
pydantic==1.10.13
|
9 |
typing-extensions==4.5.0
|
10 |
openai
|
|
|
11 |
# Audio & Speech
|
12 |
pyttsx3==2.90
|
13 |
SpeechRecognition==3.10.1
|
|
|
8 |
pydantic==1.10.13
|
9 |
typing-extensions==4.5.0
|
10 |
openai
|
11 |
+
|
12 |
# Audio & Speech
|
13 |
pyttsx3==2.90
|
14 |
SpeechRecognition==3.10.1
|