Spaces:
Sleeping
Sleeping
Commit ·
42091c4
1
Parent(s): 480eb60
Updating to get the model imports to work
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ huggingface_hub==0.12.0
|
|
| 2 |
numpy==1.21.5
|
| 3 |
scipy==1.9.1
|
| 4 |
streamlit==1.18.1
|
|
|
|
| 5 |
torch==2.0.0
|
| 6 |
transformers==4.26.0
|
|
|
|
| 2 |
numpy==1.21.5
|
| 3 |
scipy==1.9.1
|
| 4 |
streamlit==1.18.1
|
| 5 |
+
tensorflow==2.10.0
|
| 6 |
torch==2.0.0
|
| 7 |
transformers==4.26.0
|