Spaces:
Runtime error
Runtime error
Omachoko
commited on
Commit
·
10285e9
1
Parent(s):
83a3deb
Add openai to requirements for OpenAI API support
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ huggingface_hub
|
|
10 |
opencv-python
|
11 |
beautifulsoup4
|
12 |
yt-dlp
|
13 |
-
ultralytics
|
|
|
|
10 |
opencv-python
|
11 |
beautifulsoup4
|
12 |
yt-dlp
|
13 |
+
ultralytics
|
14 |
+
openai
|