Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
|
|
| 1 |
fastai==1.0.60
|
| 2 |
tensorboardX>=1.6
|
| 3 |
ffmpeg-python
|
| 4 |
opencv-python-headless
|
| 5 |
Pillow==9.3.0
|
| 6 |
-
uvicorn
|
| 7 |
-
fastapi
|
| 8 |
-
python-multipart
|
| 9 |
torch
|
| 10 |
torchvision
|
|
|
|
| 1 |
+
gradio
|
| 2 |
fastai==1.0.60
|
| 3 |
tensorboardX>=1.6
|
| 4 |
ffmpeg-python
|
| 5 |
opencv-python-headless
|
| 6 |
Pillow==9.3.0
|
|
|
|
|
|
|
|
|
|
| 7 |
torch
|
| 8 |
torchvision
|