Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
gradio>=5.33
|
| 2 |
-
openai
|
| 3 |
python-dotenv
|
| 4 |
pdfplumber
|
| 5 |
-
|
| 6 |
-
pytesseract
|
| 7 |
-
pillow
|
|
|
|
| 1 |
gradio>=5.33
|
| 2 |
+
openai>=1.84 # Realtime 엔드포인트 포함
|
| 3 |
python-dotenv
|
| 4 |
pdfplumber
|
| 5 |
+
websockets
|
|
|
|
|
|