Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
pillow
|
2 |
numpy
|
3 |
scipy
|
|
|
4 |
streamlit-drawable-canvas
|
5 |
torch==2.0.1
|
6 |
transformers==4.30.2
|
|
|
1 |
pillow
|
2 |
numpy
|
3 |
scipy
|
4 |
+
matplotlib
|
5 |
streamlit-drawable-canvas
|
6 |
torch==2.0.1
|
7 |
transformers==4.30.2
|