n0no123 commited on
Commit
20c7944
1 Parent(s): e3108bd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def my_app(home, people, bus, distance):
15
 
16
 
17
  gr.Interface(fn=my_app, inputs=[
18
- home_input, people_input, bus_input, distance_input], outputs=["number", "number", "number"]).launch()
 
15
 
16
 
17
  gr.Interface(fn=my_app, inputs=[
18
+ home_input, people_input, bus_input, distance_input], outputs=["text", "text", "text"]).launch()