Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def gradio_interface(comment, entity):
|
|
31 |
examples = [
|
32 |
["abc product looks much better compared to xyz product!", "xyz"],
|
33 |
["I love Apple for their out standing products in the market!", "Samsung"],
|
34 |
-
["Rekha is a good dancer but Sheela is
|
35 |
]
|
36 |
|
37 |
interface = gr.Interface(fn=gradio_interface,
|
|
|
31 |
examples = [
|
32 |
["abc product looks much better compared to xyz product!", "xyz"],
|
33 |
["I love Apple for their out standing products in the market!", "Samsung"],
|
34 |
+
["Rekha is a good dancer, but Sheela is extraordinary when it comes to dancing!", "Sheela"]
|
35 |
]
|
36 |
|
37 |
interface = gr.Interface(fn=gradio_interface,
|