Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DylanWolf
/
h2ogpt-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
baf18a5
h2ogpt-api
/
app.py
DylanWolf
Update app.py
baf18a5
over 1 year ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/EleutherAI/gpt-j-6b"
).launch()