Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
PhelpsGG
/
meta-llama-Llama-3.1-8B-Instruct
like
0
Sleeping
App
Files
Files
Community
main
meta-llama-Llama-3.1-8B-Instruct
/
app.py
PhelpsGG
initial commit
f72abd6
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.1-8B-Instruct"
).launch()