Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
torch==2.0.1
|
3 |
transformers==4.31.0
|
4 |
scipy==1.10.1
|
|
|
|
|
5 |
# Optional performance libraries:
|
6 |
# accelerate==0.20.3
|
7 |
# bitsandbytes==0.39.0
|
|
|
1 |
+
streamlit>=1.25.0
|
2 |
torch==2.0.1
|
3 |
transformers==4.31.0
|
4 |
scipy==1.10.1
|
5 |
+
streamlit-lottie==0.2.0
|
6 |
+
|
7 |
# Optional performance libraries:
|
8 |
# accelerate==0.20.3
|
9 |
# bitsandbytes==0.39.0
|