Spaces:
Runtime error
Runtime error
DanielWong76
commited on
Commit
•
9e633ba
1
Parent(s):
2ea4f88
Fixing dependency issues
Browse files- .gitignore +1 -0
- requirements.txt +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
venv
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface_hub
|
2 |
transformers
|
3 |
torch
|
4 |
gradio
|
|
|
1 |
+
huggingface_hub
|
2 |
transformers
|
3 |
torch
|
4 |
gradio
|