Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
altair
|
2 |
pandas
|
3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
+
streamlit
|
4 |
+
streamlit
|
5 |
+
google-generativeai
|
6 |
+
Pillow
|
7 |
+
moviepy
|
8 |
+
# Add other image generation model libraries if you go that route, e.g., diffusers, transformers
|