Spaces:
Runtime error
Runtime error
Jacob Jaroya
commited on
Commit
·
cc15aa8
1
Parent(s):
78f41a9
update gitignore
Browse files- .gitignore +2 -0
- requirements.txt +6 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
.vscode
|
2 |
+
*venv
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
streamlit
|
3 |
+
numpy
|
4 |
+
scipy
|
5 |
+
torch
|
6 |
+
black
|