theAIguy commited on
Commit
bcbef87
1 Parent(s): 408d343

add triplet_margin_loss

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import evaluate
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
- module = evaluate.load("triplet_margin_loss")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("theAIguy/triplet_margin_loss")
6
  launch_gradio_widget(module)