Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
md-vasim
/
llama-2-hf
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
d1caba8
llama-2-hf
/
main.py
md-vasim
first commit
f19e9c2
over 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.views:app"
, port=
1106
, reload=
True
)