Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def create_gradio_interface():
|
|
| 82 |
examples_dedup = gr.Examples(
|
| 83 |
examples=[
|
| 84 |
["apple, apple", 0.8],
|
| 85 |
-
["delhi, new delhi", 0.
|
| 86 |
["text, textual", 0.7]
|
| 87 |
],
|
| 88 |
inputs=[candidates_dedup, threshold_dedup],
|
|
|
|
| 82 |
examples_dedup = gr.Examples(
|
| 83 |
examples=[
|
| 84 |
["apple, apple", 0.8],
|
| 85 |
+
["delhi, new delhi", 0.87],
|
| 86 |
["text, textual", 0.7]
|
| 87 |
],
|
| 88 |
inputs=[candidates_dedup, threshold_dedup],
|