Spaces:
Running
Running
Commit
·
7d4d504
1
Parent(s):
f34dd16
Update app.py
Browse files
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
|
63 |
-
debug=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)
|