Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webis-huggingface-workshop
/
guldeniz-first-space
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7dc1ee5
guldeniz-first-space
/
app.py
Guldeniz
Create app.py
7dc1ee5
about 3 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
87 Bytes
1
import
gradio
as
gr
2
3
gr.Interface.load(
"huggingface/xlm-roberta-base4"
).launch();