datastats / app.py
yangwang825's picture
Update app.py
0b55ae2 verified
raw
history blame
No virus
142 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("yangwang825/datastats")
launch_gradio_widget(module)