Ubuntu
commited on
Commit
·
ecf579b
1
Parent(s):
6365d38
removed title
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ description = """
|
|
20 |
"""
|
21 |
|
22 |
|
23 |
-
demo = gr.Interface(fn=detect_hotspots, inputs=gr.Image(type='pil'), outputs="image",
|
24 |
examples=[['images/test_image_1.jpg'], ['images/test_image_2.jpg'],
|
25 |
['images/test_image_3.jpg'], ['images/test_image_4.jpg']],
|
26 |
examples_per_page=4,
|
|
|
20 |
"""
|
21 |
|
22 |
|
23 |
+
demo = gr.Interface(fn=detect_hotspots, inputs=gr.Image(type='pil'), outputs="image",
|
24 |
examples=[['images/test_image_1.jpg'], ['images/test_image_2.jpg'],
|
25 |
['images/test_image_3.jpg'], ['images/test_image_4.jpg']],
|
26 |
examples_per_page=4,
|