ccc / app.py
agkphysics's picture
Add app and module.
3db0544 unverified
raw
history blame contribute delete
136 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("agkphysics/ccc")
launch_gradio_widget(module)