Spaces:
Runtime error
Runtime error
Furkan Akkurt
commited on
Commit
·
2f15086
1
Parent(s):
98d296a
update reqs
Browse files- .gitignore +1 -0
- requirements.txt +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
numpy
|
2 |
-
torch
|
|
|
1 |
+
numpy
|
2 |
+
torch
|