Update app.py
Browse files
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',
|