Spaces:
Running
Running
saniaE commited on
Commit ·
0bd19bd
1
Parent(s): a4298bd
added requirements
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
torch
|
| 4 |
+
torchvision
|
| 5 |
+
huggingface_hub
|
| 6 |
+
python-multipart
|
| 7 |
+
Pillow
|