Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DHEIVER
/
llama-Llama-3.3-70B-Instruct
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
llama-Llama-3.3-70B-Instruct
/
app.py
DHEIVER
initial commit
f8f38d6
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.3-70B-Instruct"
).launch()