robin0307 commited on
Commit
53a467b
1 Parent(s): e61a121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ files.sort()
43
  for f in files:
44
  file = os.path.join(path, f)
45
  if os.path.isfile(file):
46
- examples.append([file, 'PS_CTW', 'SAR'])
47
 
48
  det = gr.inputs.Dropdown(choices=[
49
  'DB_r18',
 
43
  for f in files:
44
  file = os.path.join(path, f)
45
  if os.path.isfile(file):
46
+ examples.append([file, True, 'PS_CTW', 'SAR'])
47
 
48
  det = gr.inputs.Dropdown(choices=[
49
  'DB_r18',