atsantiago commited on
Commit
05f97e4
1 Parent(s): ae52838

Examples Recalibration

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,9 +90,9 @@ iface = gr.Interface(
90
  inputs = gr_input,
91
  outputs = gr_output,
92
  examples=[
93
- ["examples/00015_colors.png", 0, 90]
94
  ,["examples/car.JPG", 0, 30]
95
- ,["examples/dash.jpg", 10, 55]
96
  ]
97
  )
98
  iface.launch()
 
90
  inputs = gr_input,
91
  outputs = gr_output,
92
  examples=[
93
+ ["examples/00015_colors.png", 7, 85]
94
  ,["examples/car.JPG", 0, 30]
95
+ ,["examples/dash.jpg", 10, 57.5]
96
  ]
97
  )
98
  iface.launch()