Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webis-huggingface-workshop
/
ferdi_demo
like
1
Runtime error
App
Files
Files
Community
9617db4
ferdi_demo
/
app.py
fschlatt
Create app.py
9617db4
over 2 years ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/sentence-transformers/all-MiniLM-L6-v2"
).launch()