Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -41,10 +41,9 @@ bing_image_downloader
|
|
| 41 |
openai==0.28
|
| 42 |
uvicorn
|
| 43 |
fastapi
|
| 44 |
-
torch
|
| 45 |
-
transformers
|
| 46 |
pillow
|
| 47 |
imagehash
|
| 48 |
# ffmpeg is installed at the system level, but if you want a Python wrapper, uncomment the next line:
|
| 49 |
-
|
| 50 |
google-generativeai
|
|
|
|
|
|
| 41 |
openai==0.28
|
| 42 |
uvicorn
|
| 43 |
fastapi
|
|
|
|
|
|
|
| 44 |
pillow
|
| 45 |
imagehash
|
| 46 |
# ffmpeg is installed at the system level, but if you want a Python wrapper, uncomment the next line:
|
| 47 |
+
ffmpeg-python
|
| 48 |
google-generativeai
|
| 49 |
+
ffmpeg
|