run480 commited on
Commit
926adcf
·
verified ·
1 Parent(s): c6fa040

Update app.py

Browse files

Copy and paste error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,4 +390,4 @@ sent1=grad.Textbox(lines=1, label="Sentence1", placeholder="Text in English")
390
  sent2=grad.Textbox(lines=1, label="Sentence2", placeholder="Text in English")
391
  out=grad.Textbox(lines=1, label="Whether sentence2 is deductible from sentence1")
392
 
393
- grad.Interface(text2text_ deductible, inputs=[sent1,sent2], outputs=out).launch()
 
390
  sent2=grad.Textbox(lines=1, label="Sentence2", placeholder="Text in English")
391
  out=grad.Textbox(lines=1, label="Whether sentence2 is deductible from sentence1")
392
 
393
+ grad.Interface(text2text_deductible, inputs=[sent1,sent2], outputs=out).launch()