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
1.
Create a virtualenv
`virtualenv lilt-env`
2. Install packages
`pip install -r requirements.txt`
3. Run the app
`uvicorn main:app --reload`