Spaces:
Runtime error
Runtime error
Martijn van Beers
commited on
Commit
·
733749d
1
Parent(s):
a9179d9
fix missing )
Browse files
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()
|