Sergidev commited on
Commit
afc5a87
·
verified ·
1 Parent(s): f5323b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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()