Martijn van Beers commited on
Commit
733749d
1 Parent(s): a9179d9

fix missing )

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -246,6 +246,7 @@ shap = gradio.Interface(
246
  ],
247
  ],
248
  interpretation="shap"
 
249
 
250
  iface = gradio.Parallel(hila, shap)
251
  iface.launch()
 
246
  ],
247
  ],
248
  interpretation="shap"
249
+ )
250
 
251
  iface = gradio.Parallel(hila, shap)
252
  iface.launch()