Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sivan22
/
Tora-Agent
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sivan22
commited on
Jan 2
Commit
9dc7296
·
verified
·
1 Parent(s):
24fd24e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ import llm_providers
7
import tantivy_search
8
import json
9
import zipfile
10
11
12
INDEX_PATH = "./index"
7
import tantivy_search
8
import json
9
import zipfile
10
+
import agent
11
12
13
INDEX_PATH = "./index"