Achilleas Pasias commited on
Commit
42a75c7
1 Parent(s): 77797c8

Add space name

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("confusion_matrix")
6
  launch_gradio_widget(module)
 
2
  from evaluate.utils import launch_gradio_widget
3
 
4
 
5
+ module = evaluate.load("BucketHeadP65/confusion_matrix")
6
  launch_gradio_widget(module)