Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
# Core
|
2 |
-
|
|
|
|
|
|
|
3 |
|
4 |
# Core ML and NLP
|
5 |
torch>=2.0.0
|
|
|
1 |
# Core
|
2 |
+
huggingface-hub>=0.19.3
|
3 |
+
gradio==5.1.0
|
4 |
+
fastapi==0.112.2
|
5 |
+
gradio-client>=1.3.0
|
6 |
|
7 |
# Core ML and NLP
|
8 |
torch>=2.0.0
|