rachith commited on
Commit
ab6efc7
1 Parent(s): 4f938db

removing netplace example

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,8 +52,7 @@ with gr.Blocks() as demo:
52
  greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,entailment])
53
  gr.Examples(
54
  fn = zs,
55
- examples = [["Roger Federer is an amazing tennis player.","The stance to Roger Federer is positive."],
56
- ["NETPLACE is an awesome gathering,", "We should do this more often."]],
57
  inputs = [premise,hypothesis]
58
  )
59
 
 
52
  greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,entailment])
53
  gr.Examples(
54
  fn = zs,
55
+ examples = [["Roger Federer is an amazing tennis player.","The stance to Roger Federer is positive."]],
 
56
  inputs = [premise,hypothesis]
57
  )
58