Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.13.0
|
2 |
+
python-dotenv==1.0.0
|
3 |
+
huggingface_hub>=0.17.0
|
4 |
+
# The following will be needed when we deploy the actual model
|
5 |
+
# transformers>=4.34.0
|
6 |
+
# torch>=2.0.0
|
7 |
+
# accelerate>=0.21.0
|
8 |
+
# bitsandbytes>=0.41.1
|