Update app.py
Browse files
app.py
CHANGED
@@ -557,4 +557,6 @@ def launch_interface(share=True):
|
|
557 |
["Embedding Comparison", "Tutorial"]
|
558 |
)
|
559 |
|
560 |
-
iface.launch(share=share)
|
|
|
|
|
|
557 |
["Embedding Comparison", "Tutorial"]
|
558 |
)
|
559 |
|
560 |
+
iface.launch(share=share)
|
561 |
+
|
562 |
+
launch_interface()
|