Spaces:
Runtime error
Runtime error
Commit ·
c61a191
1
Parent(s): b2f1c9c
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__":
|