Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch
|
4 |
-
|
5 |
-
accelerate
|
6 |
-
https://gradio-builds.s3.amazonaws.com/83cdcf194ba26f132eb7047c19cbadf47bc48a1c/gradio-3.28.1-py3-none-any.whl
|
|
|
1 |
+
streamlit==1.25.0 # Latest stable version of Streamlit
|
2 |
+
transformers==4.33.0 # Hugging Face Transformers library
|
3 |
+
torch>=1.9.0 # PyTorch, required for Hugging Face models
|
4 |
+
numpy>=1.21.0 # Numerical library for model dependencies
|
|
|
|