Spaces:
Sleeping
Sleeping
shan gao commited on
Commit ·
340027f
1
Parent(s): 0cba516
change
Browse files- README.md +1 -0
- requirement.txt +0 -21
- runtime.txt +0 -1
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 5.44.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
|
|
|
| 11 |
hf_oauth_expiration_minutes: 480
|
| 12 |
---
|
| 13 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
| 11 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
| 12 |
hf_oauth_expiration_minutes: 480
|
| 13 |
---
|
| 14 |
|
requirement.txt
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
requests
|
| 3 |
-
langchain
|
| 4 |
-
langchain-community
|
| 5 |
-
langchain-core
|
| 6 |
-
langchain-google-genai
|
| 7 |
-
langchain-huggingface
|
| 8 |
-
langchain-groq
|
| 9 |
-
langchain-tavily
|
| 10 |
-
langchain-chroma
|
| 11 |
-
langgraph
|
| 12 |
-
huggingface_hub
|
| 13 |
-
supabase
|
| 14 |
-
arxiv
|
| 15 |
-
pymupdf
|
| 16 |
-
wikipedia
|
| 17 |
-
pgvector
|
| 18 |
-
python-dotenv
|
| 19 |
-
pytesseract
|
| 20 |
-
matplotlib
|
| 21 |
-
sentence_transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
runtime.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
python-3.10
|
|
|
|
|
|