Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
utec
/
Espacio_Fabricio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc53371
Espacio_Fabricio
/
app.py
FafoRamz
Create app.py
dc53371
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/deepset/xlm-roberta-large-squad2"
, title=
"Mi Demo"
, examples=examples).launch();