rdiehlmartinez commited on
Commit
10afb8d
1 Parent(s): e8e3158

Delete gradio app

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py DELETED
@@ -1,6 +0,0 @@
1
- import evaluate
2
- from evaluate.utils import launch_gradio_widget
3
-
4
-
5
- module = evaluate.load("perplexity", module_type="metric")
6
- launch_gradio_widget(module)