ysharma HF staff commited on
Commit
db4b928
1 Parent(s): 9cb991d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -43,6 +43,7 @@ demo = gr.Interface(
43
  fn=predict,
44
  inputs=gr.Image(type='pil'),
45
  outputs=gr.AnnotatedImage(),
 
46
  )
47
 
48
  demo.launch()
 
43
  fn=predict,
44
  inputs=gr.Image(type='pil'),
45
  outputs=gr.AnnotatedImage(),
46
+ title='On-Device Object-Detection with Gradio-Lite'
47
  )
48
 
49
  demo.launch()