Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aitek2487
/
Chat-gph-3-8B-Instruct
like
0
Running
App
Files
Files
Community
main
Chat-gph-3-8B-Instruct
/
app.py
MasterDee
initial commit
33c7437
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Meta-Llama-3-8B-Instruct"
).launch()