Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
limcheekin
/
philschmid-llama-2-7b-instruction-generator
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
philschmid-llama-2-7b-instruction-generator
/
app.py
limcheekin
initial commit
2ecd54b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/philschmid/llama-2-7b-instruction-generator"
).launch()