Spaces:
Running
on
L40S
Running
on
L40S
update in requirements
Browse files- pre-requirements.txt +0 -1
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
@@ -2,5 +2,4 @@ gradio_webrtc==0.0.23
|
|
2 |
librosa
|
3 |
python-dotenv
|
4 |
twilio
|
5 |
-
websockets==14.1
|
6 |
git+https://github.com/AK391/transformers-gradio.git
|
|
|
2 |
librosa
|
3 |
python-dotenv
|
4 |
twilio
|
|
|
5 |
git+https://github.com/AK391/transformers-gradio.git
|
requirements.txt
CHANGED
@@ -391,7 +391,7 @@ urllib3==2.2.3
|
|
391 |
# via requests
|
392 |
uvicorn==0.32.1
|
393 |
# via gradio
|
394 |
-
websockets==
|
395 |
# via gradio-client
|
396 |
xai-gradio==0.0.2
|
397 |
# via anychat (pyproject.toml)
|
|
|
391 |
# via requests
|
392 |
uvicorn==0.32.1
|
393 |
# via gradio
|
394 |
+
websockets==14.1
|
395 |
# via gradio-client
|
396 |
xai-gradio==0.0.2
|
397 |
# via anychat (pyproject.toml)
|