Valdimarb13 commited on
Commit
6be5cc8
1 Parent(s): 262ffc8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
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
 
 
49
  gr.Radio(["Low", "Medium", "High", "Very high"], label="Fare", type="index"),
50
  ],
51
  outputs=gr.Image(type="pil")
52
+ )
53
 
54
  demo.launch()
55