visor841 commited on
Commit
01d0bc8
·
1 Parent(s): 1418942

Change labels language to tags

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ def compareTextAndLabels (userText, userLabels):
65
 
66
  demo = gr.Interface(
67
  fn=compareTextAndLabels,
68
- inputs=[gr.Textbox(label="Text"), gr.Textbox(label="Labels (separated by commas)")],
69
- outputs=[gr.Textbox(label="Label Scores")],
70
  )
71
  demo.launch()
 
65
 
66
  demo = gr.Interface(
67
  fn=compareTextAndLabels,
68
+ inputs=[gr.Textbox(label="Text"), gr.Textbox(label="Tags (separated by commas)")],
69
+ outputs=[gr.Textbox(label="Tag Scores")],
70
  )
71
  demo.launch()