Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhop
/
L3Score
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
21ab6f3
L3Score
/
app.py
Niklas Hoepner
add module default template
21ab6f3
15 days ago
raw
Copy download link
history
blame
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"nhop/l3score"
)
launch_gradio_widget(module)