Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
text_duplicates
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ac8143c
text_duplicates
/
app.py
lvwerra
HF Staff
Update Space (evaluate main: 1a95c8c2)
ac8143c
almost 3 years ago
raw
Copy download link
history
blame
157 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"text_duplicates"
,
type
=
"measurement"
)
launch_gradio_widget(module)