Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
gradio
|
4 |
-
pandas
|
5 |
-
tqdm
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
transformers==4.10.2
|
3 |
+
gradio==2.2.15
|
4 |
+
pandas==1.3.0
|
5 |
+
tqdm==4.62.0
|