Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dkdaniz
/
katara
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f8e5cf5
katara
/
app.py
dkdaniz
Update app.py
524466b
over 1 year ago
raw
Copy download link
history
blame
Safe
227 Bytes
# import ingest
import
sys
import
os
data_path = os.path.join(os.path.dirname(__file__),
'localGPTUI'
)
# Add the data directory to sys.path
sys.path.append(data_path)
import
localGPTUI
localGPTUI.main()
# ingest.main()