Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio==5.39.0
|
2 |
transformers==4.35.2
|
3 |
requests==2.28.1
|
4 |
-
torch==2.3.0
|
|
|
|
|
|
1 |
gradio==5.39.0
|
2 |
transformers==4.35.2
|
3 |
requests==2.28.1
|
4 |
+
torch==2.3.0
|
5 |
+
plotly==5.18.0
|
6 |
+
python-dotenv==1.0.0
|