Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.29.0
|
2 |
+
# pip install --upgrade gradio
|
3 |
+
# pip show gradio - to check version on local
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
boto3
|
7 |
+
python-dotenv
|
8 |
+
pillow
|
9 |
+
psutil
|