Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Teapack1
/
RAG-Retrieve-Ingest-cz-eng
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2cb984
RAG-Retrieve-Ingest-cz-eng
/
app.py
Teapack1
reqs
c2cb984
about 1 year ago
raw
Copy download link
history
blame
193 Bytes
import
subprocess
print
(subprocess.run(
"sqlite3 --version"
, shell=
True
))
print
(
"Starting the FastAPI server..."
)
subprocess.run(
"uvicorn fast_app:app --host 0.0.0.0 --port 7860"
, shell=
True
)