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