Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
comet
like
8
Running
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
2bb7fde
comet
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
2bb7fde
over 2 years ago
raw
Copy download link
history
blame
127 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"comet"
)
launch_gradio_widget(module)