Spaces:
Sleeping
Sleeping
Rename installations to requirements.txt
Browse files- installations +0 -1
- requirements.txt +4 -0
installations
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
pip install transformers torch
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
|