Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ streamlit
|
|
2 |
transformers==4.30.2 # Example: Specifying a version
|
3 |
torch # Example: you may need to include it.
|
4 |
google-generativeai
|
5 |
-
python-dotenv
|
|
|
|
2 |
transformers==4.30.2 # Example: Specifying a version
|
3 |
torch # Example: you may need to include it.
|
4 |
google-generativeai
|
5 |
+
python-dotenv
|
6 |
+
langdetect
|