Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
streamlit
|
2 |
-
extra_streamlit_components
|
3 |
-
requests
|
4 |
-
Pillow
|
5 |
-
replicate
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
llama_index
|
9 |
google-generativeai
|
|
|
|
|
|
|
|
|
|
|
10 |
nest_asyncio
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
google-generativeai
|
3 |
+
llama-hub
|
4 |
+
llama-index
|
5 |
+
transformers
|
6 |
+
Pillow
|
7 |
+
requests
|
8 |
nest_asyncio
|
9 |
+
torch
|
10 |
+
extra-streamlit-components
|
11 |
+
replicate
|