Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Waqar07813
/
llama8b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f9b920
llama8b
/
app.py
Waqar07813
initial commit
0f9b920
verified
7 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()