Spaces:
Sleeping
Sleeping
Create requirements.txt (#3)
Browse files- Create requirements.txt (d11ef3b3bda6e9063f0c9476c3a4f9fc2530bbfa)
Co-authored-by: Jamshid Khaytbaev <quazar002@users.noreply.huggingface.co>
- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
timm
|
| 4 |
+
gradio
|
| 5 |
+
Pillow
|