Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AiPalsDev
/
gpt3_train_model
like
0
Runtime error
App
Files
Files
Community
4b25854
gpt3_train_model
/
app.py
AiPalsDev
initial commit
4b25854
about 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/MJ199999/gpt3_model"
).launch()