Kaushik Bar
commited on
Commit
•
72681cf
1
Parent(s):
8b7d687
first commit
Browse files
app.py
CHANGED
@@ -139,8 +139,8 @@ def sequence_to_classify(text, labels, hypothesis_template):
|
|
139 |
return output
|
140 |
|
141 |
iface = gr.Interface(
|
142 |
-
title="
|
143 |
-
description="
|
144 |
fn=sequence_to_classify,
|
145 |
inputs=[gr.inputs.Textbox(lines=10,
|
146 |
label="Please enter the text you would like to classify...",
|
|
|
139 |
return output
|
140 |
|
141 |
iface = gr.Interface(
|
142 |
+
title="Light-weight Zero-shot NLP Classifier",
|
143 |
+
description="Multi-label Multilingual classifier which uses Sentence Transformer / OpenAI CLIP.",
|
144 |
fn=sequence_to_classify,
|
145 |
inputs=[gr.inputs.Textbox(lines=10,
|
146 |
label="Please enter the text you would like to classify...",
|