Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==1.7.1
|
| 2 |
+
torchvision==0.8.2
|
| 3 |
+
ftfy
|
| 4 |
+
regex
|
| 5 |
+
tqdm
|
| 6 |
+
transformers
|
| 7 |
+
gradio
|
| 8 |
+
pytorch-wavelets
|