Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NCSOFT
/
harim_plus
like
11
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2854b28
harim_plus
/
app.py
fgenie
evaluate.load: NCSOFT/harim_plus -> harim_plus
2854b28
over 2 years ago
raw
Copy download link
history
blame
132 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"harim_plus"
)
launch_gradio_widget(module)