Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
|
|
2 |
matplotlib
|
3 |
numpy
|
4 |
pandas
|
5 |
Pillow
|
6 |
plottable
|
7 |
torch
|
8 |
-
|
|
|
1 |
+
gradio==4.21.0
|
2 |
+
transformers==4.38.2
|
3 |
matplotlib
|
4 |
numpy
|
5 |
pandas
|
6 |
Pillow
|
7 |
plottable
|
8 |
torch
|
9 |
+
|