Update app.py
Browse files
app.py
CHANGED
|
@@ -29,4 +29,5 @@ iface = gr.Interface(
|
|
| 29 |
title="Image Similarity Calculator",
|
| 30 |
description="Upload two images to compute their similarity."
|
| 31 |
)
|
|
|
|
| 32 |
|
|
|
|
| 29 |
title="Image Similarity Calculator",
|
| 30 |
description="Upload two images to compute their similarity."
|
| 31 |
)
|
| 32 |
+
iface.launch()
|
| 33 |
|