Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
|
@@ -1,30 +1,17 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
better-profanity
|
| 4 |
-
pillow
|
| 5 |
-
numpy
|
| 6 |
requests
|
| 7 |
-
dnspython
|
| 8 |
opencv-python
|
| 9 |
lxml_html_clean
|
| 10 |
beautifulsoup4
|
| 11 |
google-genai
|
| 12 |
httpx[http2]
|
| 13 |
aiohttp
|
| 14 |
-
transformers
|
| 15 |
-
peft
|
| 16 |
torch
|
| 17 |
-
accelerate
|
| 18 |
newspaper3k
|
| 19 |
trafilatura
|
| 20 |
groq
|
| 21 |
moviepy==1.0.3
|
| 22 |
-
pygame
|
| 23 |
-
librosa
|
| 24 |
-
scipy
|
| 25 |
-
soundfile
|
| 26 |
-
noisereduce
|
| 27 |
-
audio_separator
|
| 28 |
onnxruntime
|
| 29 |
aiofiles
|
| 30 |
ujson
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
|
|
|
|
|
|
| 3 |
requests
|
|
|
|
| 4 |
opencv-python
|
| 5 |
lxml_html_clean
|
| 6 |
beautifulsoup4
|
| 7 |
google-genai
|
| 8 |
httpx[http2]
|
| 9 |
aiohttp
|
|
|
|
|
|
|
| 10 |
torch
|
|
|
|
| 11 |
newspaper3k
|
| 12 |
trafilatura
|
| 13 |
groq
|
| 14 |
moviepy==1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
onnxruntime
|
| 16 |
aiofiles
|
| 17 |
ujson
|