Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ demo = gr.Interface(
|
|
29 |
description="This demo converts an array of sentences to vectors and returns them as a JSON array."
|
30 |
)
|
31 |
|
32 |
-
demo.launch(
|
|
|
29 |
description="This demo converts an array of sentences to vectors and returns them as a JSON array."
|
30 |
)
|
31 |
|
32 |
+
demo.launch()
|