Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,7 @@ iface = gr.Interface(
|
|
50 |
outputs=gr.Plot(),
|
51 |
title="3D Embedding Comparison",
|
52 |
description="Compare the embeddings of two strings visualized in 3D space."
|
53 |
-
)
|
|
|
|
|
|
|
|
50 |
outputs=gr.Plot(),
|
51 |
title="3D Embedding Comparison",
|
52 |
description="Compare the embeddings of two strings visualized in 3D space."
|
53 |
+
)
|
54 |
+
|
55 |
+
iface.launch()
|
56 |
+
demo.launch()
|