Spaces:
Build error
Build error
removing example
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
|
|
41 |
# neutral = gr.Textbox(label="Neutral Probability")
|
42 |
# greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,neutral,entailment])
|
43 |
greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,entailment])
|
44 |
-
examples = gr.Examples(examples=[["Roger Federer is an amazing Tennis Player", "The stance to Roger Federer is positive."]],inputs=["Roger Federer is an amazing Tennis Player", "The stance to Roger Federer is positive."])
|
45 |
|
46 |
|
47 |
demo.launch()
|
|
|
41 |
# neutral = gr.Textbox(label="Neutral Probability")
|
42 |
# greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,neutral,entailment])
|
43 |
greet_btn.click(fn=zs, inputs=[premise,hypothesis], outputs=[contradiction,entailment])
|
44 |
+
# examples = gr.Examples(examples=[["Roger Federer is an amazing Tennis Player", "The stance to Roger Federer is positive."]],inputs=["Roger Federer is an amazing Tennis Player", "The stance to Roger Federer is positive."])
|
45 |
|
46 |
|
47 |
demo.launch()
|