Update app.py
Browse files
app.py
CHANGED
@@ -150,4 +150,4 @@ interface = gr.Interface(
|
|
150 |
description="Upload an image and get 5 recommended similar images with model names and distances."
|
151 |
)
|
152 |
|
153 |
-
interface.launch()
|
|
|
150 |
description="Upload an image and get 5 recommended similar images with model names and distances."
|
151 |
)
|
152 |
|
153 |
+
interface.launch(share=True)
|