Spaces:
Running
on
Zero
Running
on
Zero
mjavaid
commited on
Commit
·
b1ec465
1
Parent(s):
5253b6b
first commit
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/[email protected]
|
2 |
-
gradio
|
3 |
-
torch
|
4 |
-
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/[email protected]
|
2 |
+
gradio>=4.0.0
|
3 |
+
torch>=2.0.0
|
4 |
+
torchvision>=0.15.0
|
5 |
+
pillow>=9.0.0
|
6 |
+
requests>=2.28.0
|
7 |
+
numpy>=1.22.0
|