Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abdel
/
ES-NLP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7c7ee7d
ES-NLP
/
app.py
Abdel
Update app.py
7c7ee7d
over 3 years ago
raw
Copy download link
history
blame
Safe
224 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english"
, examples=examples).launch();