djsull commited on
Commit
7a78cc3
1 Parent(s): 54548c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ gr.Interface(
32
  predict,
33
  inputs=gr.inputs.Textbox(label="Type anything"),
34
  outputs=gr.outputs.Textbox(label="labels"),
35
- title="Multi-label classification",
36
  ).launch()
 
32
  predict,
33
  inputs=gr.inputs.Textbox(label="Type anything"),
34
  outputs=gr.outputs.Textbox(label="labels"),
35
+ title="Single-label Category classification",
36
  ).launch()