app
Browse files
app.py
CHANGED
@@ -450,8 +450,7 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
|
|
450 |
outputs=[view3d, confidence_plot_image, cif_file]
|
451 |
)
|
452 |
|
453 |
-
@
|
454 |
-
@spaces.GPU(duration=60)
|
455 |
def is_watermarked(file):
|
456 |
# Generate a unique subdirectory and filename
|
457 |
unique_id = str(uuid.uuid4())
|
|
|
450 |
outputs=[view3d, confidence_plot_image, cif_file]
|
451 |
)
|
452 |
|
453 |
+
@spaces.GPU
|
|
|
454 |
def is_watermarked(file):
|
455 |
# Generate a unique subdirectory and filename
|
456 |
unique_id = str(uuid.uuid4())
|