Commit
·
9802496
1
Parent(s):
bb3c951
Update app with audio/image buttons, model fixes, and UI enhancements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
fastapi==0.115.2
|
| 2 |
uvicorn==0.30.6
|
| 3 |
-
gradio
|
| 4 |
openai==1.42.0
|
| 5 |
httpx==0.27.0
|
| 6 |
python-dotenv==1.0.1
|
| 7 |
pydocstyle==6.3.0
|
| 8 |
-
requests==2.32.
|
| 9 |
beautifulsoup4==4.12.3
|
| 10 |
tenacity==8.5.0
|
| 11 |
selenium==4.25.0
|
|
@@ -18,7 +18,7 @@ numpy==1.26.4
|
|
| 18 |
parler-tts @ git+https://github.com/huggingface/parler-tts.git@5d0aca9753ab74ded179732f5bd797f7a8c6f8ee
|
| 19 |
torch==2.4.1
|
| 20 |
torchaudio==2.4.1
|
| 21 |
-
transformers==4.
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|
|
|
|
| 1 |
fastapi==0.115.2
|
| 2 |
uvicorn==0.30.6
|
| 3 |
+
gradio>=4.44.1
|
| 4 |
openai==1.42.0
|
| 5 |
httpx==0.27.0
|
| 6 |
python-dotenv==1.0.1
|
| 7 |
pydocstyle==6.3.0
|
| 8 |
+
requests==2.32.5
|
| 9 |
beautifulsoup4==4.12.3
|
| 10 |
tenacity==8.5.0
|
| 11 |
selenium==4.25.0
|
|
|
|
| 18 |
parler-tts @ git+https://github.com/huggingface/parler-tts.git@5d0aca9753ab74ded179732f5bd797f7a8c6f8ee
|
| 19 |
torch==2.4.1
|
| 20 |
torchaudio==2.4.1
|
| 21 |
+
transformers==4.43.3
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|