alibidaran commited on
Commit
bf54588
1 Parent(s): 8015dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ demo=gr.Interface(fn=segment_image,inputs=gr.Image(type='filepath'),
39
  "R013_ch1_video_03_00-40-17-11.jpg"],
40
  themes=gr.themes.Glass(primary_hue=gr.themes.colors.blue,secondary_hue=gr.themes.colors.blue),
41
  title="Davinci Eye(CPU version)")
42
- demo.launch()
 
39
  "R013_ch1_video_03_00-40-17-11.jpg"],
40
  themes=gr.themes.Glass(primary_hue=gr.themes.colors.blue,secondary_hue=gr.themes.colors.blue),
41
  title="Davinci Eye(CPU version)")
42
+ demo.launch(queue=False)