Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
transformers==4.30.2 # Example: Specifying a version
|
| 3 |
torch # Example: you may need to include it.
|
| 4 |
-
google-generativeai
|
|
|
|
|
|
| 1 |
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
|