Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
1 |
gradio
|
2 |
+
torch==1.4.0
|
3 |
+
tokenizers==0.5.2
|
4 |
+
transformers==2.8.0
|