visor841 commited on
Commit
1d7be04
1 Parent(s): e102473

Change labels language to tags

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ def compareTextAndLabels (userText, userLabels):
41
 
42
  demo = gr.Interface(
43
  fn=compareTextAndLabels,
44
- inputs=[gr.Textbox(label="Text"), gr.Textbox(label="Labels (separated by commas)")],
45
- outputs=[gr.Textbox(label="Label Scores")],
46
  )
47
  demo.launch()
 
41
 
42
  demo = gr.Interface(
43
  fn=compareTextAndLabels,
44
+ inputs=[gr.Textbox(label="Text"), gr.Textbox(label="Tags (separated by commas)")],
45
+ outputs=[gr.Textbox(label="Tag Scores")],
46
  )
47
  demo.launch()