WCarlW commited on
Commit
bf8785b
·
1 Parent(s): 6d069bc

Fix inputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ demo = gr.Interface(
55
  title="Titanic Predictive Analytics",
56
  description="Experiment with Passenger class/Sex/Age/SibSp to predict if the person is survived or not.",
57
  allow_flagging="never",
58
- inputs=inputs,
59
  outputs=gr.Textbox(label="Result: "))
60
 
61
  demo.launch()
 
55
  title="Titanic Predictive Analytics",
56
  description="Experiment with Passenger class/Sex/Age/SibSp to predict if the person is survived or not.",
57
  allow_flagging="never",
58
+ inputs=inputs(),
59
  outputs=gr.Textbox(label="Result: "))
60
 
61
  demo.launch()