Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Viona
/
anls
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6be1f2a
anls
/
app.py
Viona
correcting load path
4beaa0d
about 2 years ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Viona/anls"
)
launch_gradio_widget(module)