Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mlcore
/
arxiv_score
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
944a3fb
arxiv_score
/
app.py
ag2435
add module default template
944a3fb
8 months ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"mlcore/arxiv_score"
)
launch_gradio_widget(module)