Spaces:
Runtime error
Runtime error
Commit
·
0e3b682
1
Parent(s):
f877cbc
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ with gr.Blocks(title=title) as demo:
|
|
74 |
)
|
75 |
|
76 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
77 |
-
gr.Examples([[24,0,4,4,5,5,4,4,5,5,1,2,3], [5,4,5,4,4,4,5,5,4,4,5,5,1,2,3]]
|
78 |
|
79 |
demo.launch()
|
|
|
74 |
)
|
75 |
|
76 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
77 |
+
gr.Examples([[24,0,4,4,5,5,4,4,5,5,1,2,3], [5,4,5,4,4,4,5,5,4,4,5,5,1,2,3]], [age, sex, cp, trtbps, chol, fbs, restecg, thalachh, exng, oldpeak, slp, caa, thall], [label,local_plot], main_func, cache_examples=True)
|
78 |
|
79 |
demo.launch()
|