Update app.py
Browse files
app.py
CHANGED
|
@@ -66,4 +66,4 @@ with gr.Blocks(title=title) as demo:
|
|
| 66 |
|
| 67 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
| 68 |
gr.Examples([[24,0,4,4,5,4,4,5,5,1,2,3,4], [20,0,3,4,5,4,4,5,5,1,2,3,3]], [age, sex, cp, trtbps, chol, fbs, restecg, thalachh, exng, oldpeak, slp, caa, thall], [label,local_plot], main_func, cache_examples=True)
|
| 69 |
-
demo.launch()
|
|
|
|
| 66 |
|
| 67 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
| 68 |
gr.Examples([[24,0,4,4,5,4,4,5,5,1,2,3,4], [20,0,3,4,5,4,4,5,5,1,2,3,3]], [age, sex, cp, trtbps, chol, fbs, restecg, thalachh, exng, oldpeak, slp, caa, thall], [label,local_plot], main_func, cache_examples=True)
|
| 69 |
+
demo.launch()
|