buio commited on
Commit
05842a9
·
1 Parent(s): bf0bf9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()