Commit
·
0eb8d4a
1
Parent(s):
2804590
test
Browse files
app.py
CHANGED
@@ -108,7 +108,8 @@ iface = gr.Interface(fn=make_prediction,
|
|
108 |
'SILVER SPRING',
|
109 |
gr.components.Dropdown(label='Driver Gender', choices=['M', 'F', 'N'], value='M'),
|
110 |
gr.components.Checkbox(label='Was the driver driving with Invalid Documentation (such as suspended registration, suspended license, expired registration plates and validation tabs or expired license plate)?'),
|
111 |
-
gr.components.Dropdown(label='Vehicle Make', choices=tf['OrdinalEncoder_HighCardinality'].categories_[0], value='TOYOTA'),
|
|
|
112 |
gr.components.Checkbox(label='Was the driver using a mobile phone while driving?'),
|
113 |
gr.components.Checkbox(label='Was the driver caught driving with negligence (example switching lanes in an unsafe manner)?'),
|
114 |
gr.components.Slider(minimum=1, step=1, label='Number of offences committed'),
|
|
|
108 |
'SILVER SPRING',
|
109 |
gr.components.Dropdown(label='Driver Gender', choices=['M', 'F', 'N'], value='M'),
|
110 |
gr.components.Checkbox(label='Was the driver driving with Invalid Documentation (such as suspended registration, suspended license, expired registration plates and validation tabs or expired license plate)?'),
|
111 |
+
#gr.components.Dropdown(label='Vehicle Make', choices=tf['OrdinalEncoder_HighCardinality'].categories_[0], value='TOYOTA'),
|
112 |
+
'TOYOTA',
|
113 |
gr.components.Checkbox(label='Was the driver using a mobile phone while driving?'),
|
114 |
gr.components.Checkbox(label='Was the driver caught driving with negligence (example switching lanes in an unsafe manner)?'),
|
115 |
gr.components.Slider(minimum=1, step=1, label='Number of offences committed'),
|