Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -15
requirements.txt
CHANGED
@@ -1,16 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
Pillow
|
3 |
-
opencv-python-headless
|
4 |
-
torch
|
5 |
-
diffusers
|
6 |
-
numpy
|
7 |
-
streamlit-lottie
|
8 |
-
streamlit
|
9 |
-
streamlit-image-select
|
10 |
-
requests
|
11 |
-
streamlit-navigation-bar
|
12 |
-
langchain-community
|
13 |
transformers
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
torch
|
3 |
+
gradio
|
4 |
+
python-dotenv
|