Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fedemb
/
Space_de_Fede
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f44428a
Space_de_Fede
/
app.py
Fedemb
Create app.py
f44428a
almost 3 years ago
raw
Copy download link
history
blame
Safe
206 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/cardiffnlp/twitter-roberta-base-emotion"
, examples=examples).launch();