testing
Browse files
app.py
CHANGED
|
@@ -78,4 +78,8 @@ tuning the distance for use case
|
|
| 78 |
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
|
| 79 |
<div class="elfsight-app-5f3e8eb9-9103-490e-9999-e20aa4157dc7" data-elfsight-app-lazy></div>
|
| 80 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
iface.launch()
|
|
|
|
| 78 |
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
|
| 79 |
<div class="elfsight-app-5f3e8eb9-9103-490e-9999-e20aa4157dc7" data-elfsight-app-lazy></div>
|
| 80 |
""")
|
| 81 |
+
iface.launch()
|
| 82 |
+
|
| 83 |
+
iface2 = gr.Interface(fn=similar, inputs="text", outputs="json",
|
| 84 |
+
title="testing")
|
| 85 |
iface.launch()
|