jordyvl commited on
Commit
a3659c1
1 Parent(s): 3257c6c

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -5,6 +5,9 @@ module = evaluate.load("jordyvl/ece")
5
  launch_gradio_widget(module)
6
 
7
  """
 
 
 
8
  import gradio as gr
9
 
10
  metric = ECE()
@@ -18,8 +21,4 @@ iface = gr.Interface(
18
  )
19
 
20
  iface.launch()
21
-
22
- #might be nice to also plot reliability diagram
23
-
24
- have sliders for kwargs :)
25
  """
 
5
  launch_gradio_widget(module)
6
 
7
  """
8
+ DEV: #might be nice to also plot reliability diagram
9
+ have sliders for kwargs :)
10
+
11
  import gradio as gr
12
 
13
  metric = ECE()
 
21
  )
22
 
23
  iface.launch()
 
 
 
 
24
  """