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