Update index.html
Browse files- 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()
|