chauhuynh90 commited on
Commit
9b38682
·
1 Parent(s): b21bcd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def main(args):
112
  title = "OBJECT COUNTING DEMO"
113
  description = "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."
114
  article = "<p style='text-align: center'>Counting objects in image</a></p>"
115
- examples = [['./images/S__275668998.jpg'], ['./images/S__275669003.jpg'], ['./images/S__275669004.jpg']]
116
 
117
  gr.Interface(fn=yolo, inputs=inputs, outputs=outputs, title=title, description=description, article=article, examples=examples, cache_examples=False, analytics_enabled=False).launch(
118
  debug=True)#, share=True)
 
112
  title = "OBJECT COUNTING DEMO"
113
  description = "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."
114
  article = "<p style='text-align: center'>Counting objects in image</a></p>"
115
+ examples = [['./images/S__271433738.jpg'], ['./images/S__275668998.jpg'], ['./images/S__275669003.jpg'], ['./images/S__275669004.jpg']]
116
 
117
  gr.Interface(fn=yolo, inputs=inputs, outputs=outputs, title=title, description=description, article=article, examples=examples, cache_examples=False, analytics_enabled=False).launch(
118
  debug=True)#, share=True)