RomanCast commited on
Commit
5b9e0ca
1 Parent(s): bfe5167

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import evaluate
2
+ from evaluate.utils import launch_gradio_widget
3
+
4
+ module = evaluate.load("RomanCast/ERR")
5
+ launch_gradio_widget(module)