datasciencedojo
commited on
Commit
•
ae53435
1
Parent(s):
fb7313e
Update app.py
Browse files
app.py
CHANGED
@@ -86,5 +86,5 @@ footer {display:none !important}
|
|
86 |
|
87 |
"""
|
88 |
|
89 |
-
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 |
|
90 |
demo.launch()
|
|
|
86 |
|
87 |
"""
|
88 |
|
89 |
+
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 | Data Science Dojo", examples=examples, css=css)
|
90 |
demo.launch()
|