KokosDev commited on
Commit
1b0e889
·
verified ·
1 Parent(s): ed665e2

Fix Space runtime by pinning huggingface_hub<1.0

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  gradio>=4.44.0
 
2
  pandas>=1.5.0
3
  git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1
 
1
  gradio>=4.44.0
2
+ huggingface_hub<1.0
3
  pandas>=1.5.0
4
  git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1