Spaces:
Runtime error
Runtime error
Update app.py
Browse filesCopy and paste error
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(
|
|
|
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()
|