merve HF staff commited on
Commit
0be38ca
1 Parent(s): 5c594a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(theme="soft") as demo:
119
 
120
  nli_submit = gr.Button()
121
  nli_output = gr.Textbox(label="NLI Output")
122
- nli_submit.click(nli, inputs=[nli_input, nli_choice], outputs=pos_output)
123
  nli_examples = gr.Examples(examples = nli_example, inputs = [nli_input, nli_choice], outputs=nli_output, fn=nli)
124
 
125
  with gr.Tab("POS"):
 
119
 
120
  nli_submit = gr.Button()
121
  nli_output = gr.Textbox(label="NLI Output")
122
+ nli_submit.click(nli, inputs=[nli_input, nli_choice], outputs=nli_output)
123
  nli_examples = gr.Examples(examples = nli_example, inputs = [nli_input, nli_choice], outputs=nli_output, fn=nli)
124
 
125
  with gr.Tab("POS"):