chauhuynh90 commited on
Commit
cc4ccdd
·
1 Parent(s): 163bd76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ outputs = [outputs_image, outputs_text]
57
  title = "OBJECT COUNTING"
58
  description = "Object counting demo. Upload an image or click an example image to use. You can select the area to count by drawing a closed area on the input image."
59
  article = "<p style='text-align: center'>Counting objects in image</a></p>"
60
- examples = [['./images/S__275668998.jpg']]
61
 
62
  gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(
63
  debug=True)#, share=True)
 
57
  title = "OBJECT COUNTING"
58
  description = "Object counting demo. Upload an image or click an example image to use. You can select the area to count by drawing a closed area on the input image."
59
  article = "<p style='text-align: center'>Counting objects in image</a></p>"
60
+ examples = [['./images/S__275668998.jpg'], ['./images/S__271433737.jpg']]
61
 
62
  gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(
63
  debug=True)#, share=True)