Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
-
gradio
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
-
|
| 5 |
Pillow
|
| 6 |
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
+
torchvision
|
| 4 |
Pillow
|
| 5 |
opencv-python
|
| 6 |
+
requests
|
| 7 |
+
matplotlib
|
| 8 |
+
numpy
|
| 9 |
+
fastapi
|
| 10 |
+
uvicorn
|
| 11 |
+
gunicorn
|
| 12 |
+
pathlib
|
| 13 |
+
argparse
|
| 14 |
+
ipython
|
| 15 |
+
moviepy
|