Spaces:
Running
Running
File size: 145 Bytes
c0c786c |
1 2 3 4 5 6 |
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("mtzig/cross_entropy_loss")
launch_gradio_widget(module) |