Spaces:
Build error
Build error
removing netplace example
Browse files
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 |
|