Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,5 +71,5 @@ gr.Interface(
|
|
71 |
inference, inputs, outputs=label,
|
72 |
title=title, description=description,
|
73 |
article=article,
|
74 |
-
examples=[['library.
|
75 |
).launch(enable_queue=True, cache_examples=True)
|
|
|
71 |
inference, inputs, outputs=label,
|
72 |
title=title, description=description,
|
73 |
article=article,
|
74 |
+
examples=[['library.jpeg'], ['cat.png'], ['dog.png'], ['panda.png']]
|
75 |
).launch(enable_queue=True, cache_examples=True)
|