Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
transZ
/
test_parascore
like
0
Paused
App
Files
Files
Community
96aa1b1
test_parascore
/
app.py
transZ
add module default template
5f14d86
almost 2 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"transZ/test_parascore"
)
launch_gradio_widget(module)