Zaixi commited on
Commit
0b938ff
·
verified ·
1 Parent(s): eddf998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
475
 
476
  #just for fast demonstration, otherwise it takes around 100 seconds
477
  if '7r6r_watermarked' in file.name:
478
- reuslt=True
479
  elif '7pzb_unwatermarked' in file.name:
480
  result=False
481
  else:
 
475
 
476
  #just for fast demonstration, otherwise it takes around 100 seconds
477
  if '7r6r_watermarked' in file.name:
478
+ result=True
479
  elif '7pzb_unwatermarked' in file.name:
480
  result=False
481
  else: