Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aynetdia
/
semscore
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
semscore
/
app.py
aynetdia
add module default template
b9ddd6b
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"aynetdia/semscore"
)
launch_gradio_widget(module)