Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
emre
/
emre-llama-2-13b-mini
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
47a346e
emre-llama-2-13b-mini
/
app.py
emre
initial commit
47a346e
over 1 year ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/emre/llama-2-13b-mini"
).launch()