Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HoangD
/
CausalLM-7B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CausalLM-7B
/
app.py
HoangD
initial commit
59ae833
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
59 Bytes
import
gradio
as
gr
gr.load(
"models/CausalLM/7B"
).launch()