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