Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
utec
/
Spacelmaj
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8fb1e88
Spacelmaj
/
app.py
sebastel
Update app.py
8fb1e88
about 3 years ago
raw
Copy download link
history
blame
Safe
216 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/remotejob/tweetsDISTILGPT2fi_v4"
, title=
"*Titulo*"
, examples=examples).launch();