Rizki Imam Andreas commited on
Commit
54336bc
1 Parent(s): 04f67e4

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ gr.Interface(
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload image", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
- title="KLE - Image Classification",
15
  allow_flagging="manual"
16
  ).launch()
 
11
  predict,
12
  inputs=gr.inputs.Image(label="Upload image", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=2),
14
+ title="Khalf Labs Engine - Image Classification",
15
  allow_flagging="manual"
16
  ).launch()