Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ demo = gr.Interface(
|
|
55 |
title="OWL π€ SAM",
|
56 |
#description=description,
|
57 |
examples=[
|
58 |
-
["
|
59 |
],
|
60 |
)
|
61 |
demo.launch(debug=True)
|
|
|
55 |
title="OWL π€ SAM",
|
56 |
#description=description,
|
57 |
examples=[
|
58 |
+
["./cats.png", "cat", 0.1],
|
59 |
],
|
60 |
)
|
61 |
demo.launch(debug=True)
|