Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
60a9dbb
1
Parent(s):
a962382
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def tb_titanic(pclass,sex,age,sibsp,parch,embarked,fare_per_customer,cabin):
|
|
29 |
res = model.predict(np.asarray(input_list).reshape(1, -1))
|
30 |
return "This guy will"
|
31 |
|
32 |
-
demo = gr.Interface(
|
33 |
fn=tb_titanic,
|
34 |
title="Titanic Predictive Analytics",
|
35 |
description="Predict survivals. 0 for dead and 1 for survived. ",
|
|
|
29 |
res = model.predict(np.asarray(input_list).reshape(1, -1))
|
30 |
return "This guy will"
|
31 |
|
32 |
+
demo = gr.Interface(
|
33 |
fn=tb_titanic,
|
34 |
title="Titanic Predictive Analytics",
|
35 |
description="Predict survivals. 0 for dead and 1 for survived. ",
|