Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Core
|
2 |
-
|
3 |
-
|
|
|
4 |
|
5 |
# Core ML and NLP
|
6 |
torch>=2.0.0
|
@@ -37,7 +38,7 @@ duckduckgo-search>=3.0.0
|
|
37 |
arxiv>=1.4.0
|
38 |
|
39 |
# Monitoring and logging
|
40 |
-
wandb>=0.
|
41 |
|
42 |
# Utilities
|
43 |
scipy>=1.10.0
|
|
|
1 |
# Core
|
2 |
+
huggingface-hub>=0.19.3
|
3 |
+
gradio==5.1.0
|
4 |
+
gradio-client>=1.3.0
|
5 |
|
6 |
# Core ML and NLP
|
7 |
torch>=2.0.0
|
|
|
38 |
arxiv>=1.4.0
|
39 |
|
40 |
# Monitoring and logging
|
41 |
+
wandb>=0.15.0
|
42 |
|
43 |
# Utilities
|
44 |
scipy>=1.10.0
|