Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
InstructGPT
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b37315e
InstructGPT
/
app.py
awacke1
initial commit
b37315e
about 2 years ago
raw
Copy download link
history
blame
Safe
86 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/nlpcloud/instruct-gpt-j-fp16"
).launch()