Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def gradio_interface():
|
|
52 |
],
|
53 |
outputs="text", # Output: SSIM score as text
|
54 |
description=description,
|
55 |
-
examples=example_list,
|
56 |
|
57 |
)
|
58 |
|
|
|
52 |
],
|
53 |
outputs="text", # Output: SSIM score as text
|
54 |
description=description,
|
55 |
+
# examples=example_list,
|
56 |
|
57 |
)
|
58 |
|