Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,5 +79,5 @@ footer {display:none !important}
|
|
| 79 |
}
|
| 80 |
"""
|
| 81 |
|
| 82 |
-
demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification
|
| 83 |
demo.launch()
|
|
|
|
| 79 |
}
|
| 80 |
"""
|
| 81 |
|
| 82 |
+
demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification BART", examples=examples, css=css)
|
| 83 |
demo.launch()
|