Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
accelerate
|
4 |
-
gradio
|
5 |
-
plotly
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
accelerate
|
4 |
+
gradio>=3.23
|
5 |
+
plotly>=5.5
|
6 |
+
kaleido
|