chauhuynh90 commited on
Commit
7d4d504
·
1 Parent(s): f34dd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,5 +59,5 @@ description = "Object counting demo. Upload an image or click an example image t
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, cache_examples=False, analytics_enabled=False, live=True).launch(
63
- debug=True, share=True)
 
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, cache_examples=False, analytics_enabled=False).launch(
63
+ debug=True)#, share=True)