Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
|
|
|
|
3 |
torch
|
4 |
datasets
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
Flask==2.3.2
|
3 |
+
huggingface-hub==0.19.0
|
4 |
+
gunicorn==21.0.1 # Optional, for production deployment
|
5 |
torch
|
6 |
datasets
|