Ubuntu commited on
Commit
ecf579b
·
1 Parent(s): 6365d38

removed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", title="YOLO Object Detection",
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,