Spaces:
Running
Running
Commit
·
f8f8169
1
Parent(s):
6ccf04c
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def main(args):
|
|
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
|
119 |
|
120 |
|
121 |
if __name__ == "__main__":
|
|
|
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)
|
119 |
|
120 |
|
121 |
if __name__ == "__main__":
|