DanielWong76 commited on
Commit
9e633ba
1 Parent(s): 2ea4f88

Fixing dependency issues

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- huggingface_hub==0.22.2
2
  transformers
3
  torch
4
  gradio
 
1
+ huggingface_hub
2
  transformers
3
  torch
4
  gradio