biplob004 commited on
Commit
606c739
·
1 Parent(s): 3010cfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +19,7 @@ iface = gr.Interface(
19
  gr.Slider(minimum=0, maximum=255, value=200, label="Max Threshold")
20
  ],
21
  outputs="image",
22
- live=True,
23
- capture_session=True
24
  )
25
 
26
 
 
19
  gr.Slider(minimum=0, maximum=255, value=200, label="Max Threshold")
20
  ],
21
  outputs="image",
22
+ live=True
 
23
  )
24
 
25