Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
play7284
/
meta-llama-Llama-3.1-8B-Instruct
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
af3d1e1
meta-llama-Llama-3.1-8B-Instruct
/
app.py
play7284
initial commit
af3d1e1
verified
4 months ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.1-8B-Instruct"
).launch()