Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
schroneko/meta-llama-Llama-Guard-3-8B-INT8
schroneko
/
Demo-Llama-Guard-3-1B
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
29e0785
Demo-Llama-Guard-3-1B
/
app.py
schroneko
Update app.py
29e0785
verified
6 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
gradio
as
gr
import
spaces
@spaces.GPU
def
inference
():
return
gr.load(
"models/meta-llama/Llama-Guard-3-8B-INT8"
)
demo = inference()
demo.launch()