Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -4,4 +4,8 @@ torchvision
|
|
4 |
numpy
|
5 |
opencv-python
|
6 |
pandas
|
7 |
-
gradio
|
|
|
|
|
|
|
|
|
|
4 |
numpy
|
5 |
opencv-python
|
6 |
pandas
|
7 |
+
gradio
|
8 |
+
requests
|
9 |
+
fastapi==0.74.*
|
10 |
+
uvicorn[standard]
|
11 |
+
python-multipart
|