Andrey Vorozhko
commited on
Commit
·
2534dd1
1
Parent(s):
7e35601
Requirements fix
Browse files- how_to_push.txt +5 -0
- requirements.txt +1 -2
how_to_push.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git add app.py
|
2 |
+
|
3 |
+
git commit -m "Add application file"
|
4 |
+
|
5 |
+
git push
|
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
transformers
|
2 |
-
torch
|
3 |
-
random
|
|
|
1 |
transformers
|
2 |
+
torch
|
|