rishirajpathak commited on
Commit
03ddee5
·
1 Parent(s): 6b31626

Fix: Pin Gradio and huggingface_hub versions for compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio>=4.0.0
 
2
  pandas>=1.5.0
3
  scikit-learn>=1.0.0
4
  joblib>=1.0.0
 
1
+ gradio==4.44.0
2
+ huggingface_hub==0.25.0
3
  pandas>=1.5.0
4
  scikit-learn>=1.0.0
5
  joblib>=1.0.0