Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
decunde
/
openai-gpt
like
0
Sleeping
App
Files
Files
Community
main
openai-gpt
/
app.py
andre santos
initial commit
ac07298
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
58 Bytes
import
gradio
as
gr
gr.load(
"models/openai-gpt"
).launch()