Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ examples = [[41, 'female', 'atypical angina', 130, 204, 100, 'normal', 150, 'yes
|
|
68 |
[63, 'male', 'typical angina', 145, 233, 150, 'T-T wave abnormality', 150, 'no', 2.3, 'flat', 0, 'fixed']]
|
69 |
|
70 |
gr.Interface(convert_and_predict, inputs, output, examples= examples, allow_flagging='never',
|
71 |
-
title=title, description=description).launch()
|
|
|
68 |
[63, 'male', 'typical angina', 145, 233, 150, 'T-T wave abnormality', 150, 'no', 2.3, 'flat', 0, 'fixed']]
|
69 |
|
70 |
gr.Interface(convert_and_predict, inputs, output, examples= examples, allow_flagging='never',
|
71 |
+
title=title, description=description, article=article).launch()
|