kaushikbar commited on
Commit
b969c52
1 Parent(s): 4978e9e
Files changed (1) hide show
  1. app.py +1 -1
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="MARS 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,
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,