cesar commited on
Commit
2441001
1 Parent(s): 8d1ddc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ age = gr.Slider(minimum=0, maximum=120, default=22, label="Age")
64
  fare = gr.Slider(minimum=0, maximum=200, default=100, label="Fare (british pounds)")
65
 
66
  gr.Interface(predict_survival, [sex, age, fare], "label", live=True, thumbnail="https://raw.githubusercontent.com/gradio-app/hub-titanic/master/thumbnail.png", analytics_enabled=False,
67
- theme="soft", title="Surviving the Titanic", description="What is the probability that a passenger on the Titanic would survive the famous wreck? It depends on their demographics as this live interface demonstrates.").launch();
 
64
  fare = gr.Slider(minimum=0, maximum=200, default=100, label="Fare (british pounds)")
65
 
66
  gr.Interface(predict_survival, [sex, age, fare], "label", live=True, thumbnail="https://raw.githubusercontent.com/gradio-app/hub-titanic/master/thumbnail.png", analytics_enabled=False,
67
+ theme="soft", title="Demo Titanic", description="Cual es la probabilidad que un pasajero sobreviva.").launch();