Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mediapy
|
2 |
+
torch
|
3 |
+
matplotlib
|
4 |
+
rembg
|
5 |
+
langchain
|
6 |
+
langchain-google-genai
|
7 |
+
streamlit
|
8 |
+
huggingface_hub
|
9 |
+
pillow
|
10 |
+
diffusers
|
11 |
+
langchain_core
|
12 |
+
langchain_community
|
13 |
+
python-dotenv
|