Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevBM
/
meta-llama-Meta-Llama-3-8B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ad99c6
meta-llama-Meta-Llama-3-8B
/
app.py
DevBM
Update app.py
3ad99c6
verified
8 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
gradio
as
gr
# gr.load("models/meta-llama/Meta-Llama-3-8B").launch()
gr.load(
"models/DevBM/Llama-3.1-8B-Instruct"
).launch()