Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
bcc4cb4
1
Parent(s):
d2965ed
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ demo = gr.Interface(
|
|
45 |
gr.inputs.Number(default=1.0, label="fare_per_customer"),
|
46 |
gr.inputs.Number(default=1.0, label="cabin(if the passanger has one cabin =1, else =0)"),
|
47 |
],
|
|
|
48 |
)
|
49 |
# outputs=gr.outputs.Textbox(self,type="auto",label="Hi"))
|
50 |
#("This guy will"+("survive. " if res[0]==1 else "die. ")
|
|
|
45 |
gr.inputs.Number(default=1.0, label="fare_per_customer"),
|
46 |
gr.inputs.Number(default=1.0, label="cabin(if the passanger has one cabin =1, else =0)"),
|
47 |
],
|
48 |
+
outputs=gr.Textbox(type="auto")
|
49 |
)
|
50 |
# outputs=gr.outputs.Textbox(self,type="auto",label="Hi"))
|
51 |
#("This guy will"+("survive. " if res[0]==1 else "die. ")
|