Update index.html
Browse files- index.html +1 -4
index.html
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
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()
|
@@ -76,9 +76,6 @@ def convert(input_data):
|
|
76 |
|
77 |
</gradio-file>
|
78 |
|
79 |
-
<gradio-file name="lion.jpg" url="https://raw.githubusercontent.com/gradio-app/gradio/main/gradio/test_data/lion.jpg" />
|
80 |
-
<gradio-file name="logo.png" url="https://raw.githubusercontent.com/gradio-app/gradio/main/guides/assets/logo.png" />
|
81 |
-
|
82 |
<gradio-requirements>
|
83 |
# Same syntax as requirements.txt
|
84 |
transformers-js-py
|
|
|
43 |
fn=predict,
|
44 |
inputs=gr.Image(type='pil'),
|
45 |
outputs=gr.AnnotatedImage(),
|
46 |
+
title='On-Device Object-Detection with Gradio-Lite & Transformers.js'
|
47 |
)
|
48 |
|
49 |
demo.launch()
|
|
|
76 |
|
77 |
</gradio-file>
|
78 |
|
|
|
|
|
|
|
79 |
<gradio-requirements>
|
80 |
# Same syntax as requirements.txt
|
81 |
transformers-js-py
|