Spaces:
Starting
Starting
update
Browse files- .vscode/launch.json +1 -1
- clean.txt +23 -0
.vscode/launch.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"test:app",
|
11 |
"--reload"
|
12 |
],
|
13 |
-
"python": "/
|
14 |
"justMyCode": false
|
15 |
},
|
16 |
{
|
|
|
10 |
"test:app",
|
11 |
"--reload"
|
12 |
],
|
13 |
+
"python": "/usr/local/bin/python3",
|
14 |
"justMyCode": false
|
15 |
},
|
16 |
{
|
clean.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.31.5
|
2 |
+
open-interpreter
|
3 |
+
jinja2
|
4 |
+
duckdb
|
5 |
+
llamafactory
|
6 |
+
diffusers
|
7 |
+
psycopg2-binary
|
8 |
+
accelerate
|
9 |
+
huggingface-hub
|
10 |
+
imageio[ffmpeg]
|
11 |
+
torch
|
12 |
+
torchvision
|
13 |
+
transformers>=4.41.2
|
14 |
+
langchain
|
15 |
+
langchain_groq
|
16 |
+
sqlalchemy
|
17 |
+
sentence-transformers
|
18 |
+
google-auth
|
19 |
+
google-auth-oauthlib
|
20 |
+
google-auth-httplib2
|
21 |
+
google-api-python-client
|
22 |
+
line-bot-sdk
|
23 |
+
gradio_client
|