SoloAlphus commited on
Commit
a2c2c8c
·
verified ·
1 Parent(s): 39564f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 extrodianary when it comes to dancing!", "Sheela"]
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,