schoginitoys commited on
Commit
0bc35a0
·
1 Parent(s): 8ee2160
Files changed (2) hide show
  1. push.sh +1 -0
  2. requirements.txt +1 -1
push.sh CHANGED
@@ -1,4 +1,5 @@
1
 
 
2
 
3
  git add .
4
  git commit -m Sree
 
1
 
2
+ #pip install --upgrade huggingface_hub
3
 
4
  git add .
5
  git commit -m Sree
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  gradio==3.1.4
2
  transformers==4.20.1
3
-
 
1
  gradio==3.1.4
2
  transformers==4.20.1
3
+ huggingface_hub==0.19.0