Valdimarb13 commited on
Commit
262ffc8
1 Parent(s): 6960e95
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ demo = gr.Interface(
48
  gr.Radio(["age<=16", "16<age<=32", "32<age<=48", "48<age<=64", "64<age<=80"], label="Age", type="index"),
49
  gr.Radio(["Low", "Medium", "High", "Very high"], label="Fare", type="index"),
50
  ],
51
- outputs=gr.Image(type="pil"))
 
52
 
53
  demo.launch()
54
 
 
48
  gr.Radio(["age<=16", "16<age<=32", "32<age<=48", "48<age<=64", "64<age<=80"], label="Age", type="index"),
49
  gr.Radio(["Low", "Medium", "High", "Very high"], label="Fare", type="index"),
50
  ],
51
+ outputs=gr.Image(type="pil")
52
+ print(inputs))
53
 
54
  demo.launch()
55