Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
utec
/
GPT2_para_utec
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d4f3cb5
GPT2_para_utec
/
app.py
Dait
Create app.py
d4f3cb5
over 3 years ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/Sentdex/GPyT"
, examples=examples).launch();