Spaces:
Runtime error
Runtime error
GianlucaRub
commited on
Commit
·
f12fb79
1
Parent(s):
d3e086c
fixed minor error
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
43 |
description="Insert passenger class, age, number of sibilings/spouse on board of the Titanic, number of parents/children on board of the Titanic, fare, sex, port of embarkation and see if he/she survived ",
|
44 |
allow_flagging="never",
|
45 |
inputs=[
|
46 |
-
gr.inputs.Radio(choices=["First Class", "Second Class", "Third Class", label="Passenger Class"),
|
47 |
gr.inputs.Number(default=20, label="Age"),
|
48 |
gr.inputs.Number(default=1.0, label="Number of sibilings/spouse on board of the Titanic"),
|
49 |
gr.inputs.Number(default=1.0, label="Number of parents/children on board of the Titanic"),
|
|
|
43 |
description="Insert passenger class, age, number of sibilings/spouse on board of the Titanic, number of parents/children on board of the Titanic, fare, sex, port of embarkation and see if he/she survived ",
|
44 |
allow_flagging="never",
|
45 |
inputs=[
|
46 |
+
gr.inputs.Radio(choices=["First Class", "Second Class", "Third Class"], label="Passenger Class"),
|
47 |
gr.inputs.Number(default=20, label="Age"),
|
48 |
gr.inputs.Number(default=1.0, label="Number of sibilings/spouse on board of the Titanic"),
|
49 |
gr.inputs.Number(default=1.0, label="Number of parents/children on board of the Titanic"),
|