ZhengPeng7 commited on
Commit
87d115a
·
verified ·
1 Parent(s): af8c7e4

Upgrade the gradio version.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ demo = gr.Interface(
72
  inputs=ipt,
73
  outputs=opt,
74
  # examples=examples,
75
- interpretation='default',
76
  title='Online demo for `GCoNet+: A Stronger Group Collaborative Co-Salient Object Detector (T-PAMI 2023)`',
77
  description='Upload pictures, most of which contain salient objects of the same class. Our demo will give you the binary maps of these co-salient objects :)\n**********Example images need to be dropped into each block, instead of click.**********'
78
  )
 
72
  inputs=ipt,
73
  outputs=opt,
74
  # examples=examples,
75
+ # interpretation='default',
76
  title='Online demo for `GCoNet+: A Stronger Group Collaborative Co-Salient Object Detector (T-PAMI 2023)`',
77
  description='Upload pictures, most of which contain salient objects of the same class. Our demo will give you the binary maps of these co-salient objects :)\n**********Example images need to be dropped into each block, instead of click.**********'
78
  )