Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ article = "<p style='text-align: center'> THis Demo is meant to detect specific
|
|
34 |
|
35 |
|
36 |
|
37 |
-
examples = [['ex1.jfif']
|
38 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(
|
39 |
debug=True)
|
40 |
|
|
|
34 |
|
35 |
|
36 |
|
37 |
+
examples = [['ex1.jfif']]
|
38 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(
|
39 |
debug=True)
|
40 |
|