Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
robinmia
/
TheBloke-Llama-2-13B-Chat-fp16
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TheBloke-Llama-2-13B-Chat-fp16
/
app.py
robinmia
initial commit
e45c46e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/TheBloke/Llama-2-13B-Chat-fp16"
).launch()