Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kavg
/
sri-doc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a228fac
sri-doc
/
README.md
kavg
Initial commit
a228fac
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
145 Bytes
Create a virtualenv
virtualenv lilt-env
Install packages
pip install -r requirements.txt
Run the app
uvicorn main:app --reload