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