Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
text_duplicates
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ac0977e
text_duplicates
/
app.py
lvwerra
HF staff
Update Space (evaluate main: ef760faa)
3c29061
over 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"text_duplicates"
)
launch_gradio_widget(module)