Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
HoangD
/
CausalLM-7B
like
0
Runtime error
App
Files
Files
Community
main
CausalLM-7B
/
app.py
HoangD
initial commit
59ae833
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
59 Bytes
import
gradio
as
gr
gr.load(
"models/CausalLM/7B"
).launch()