kaushikbar
commited on
Commit
•
b969c52
1
Parent(s):
4978e9e
renamed
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def sequence_to_classify(sequence, labels, multi_label):
|
|
199 |
return clean_output
|
200 |
|
201 |
iface = gr.Interface(
|
202 |
-
title="
|
203 |
description="Off-the-shelf NLP classifier with no domain or task-specific training.",
|
204 |
fn=sequence_to_classify,
|
205 |
inputs=[gr.inputs.Textbox(lines=10,
|
|
|
199 |
return clean_output
|
200 |
|
201 |
iface = gr.Interface(
|
202 |
+
title="Voice of Customers Demo",
|
203 |
description="Off-the-shelf NLP classifier with no domain or task-specific training.",
|
204 |
fn=sequence_to_classify,
|
205 |
inputs=[gr.inputs.Textbox(lines=10,
|