Spaces:
Running
on
Zero
Running
on
Zero
πwπ
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def search(query: str, k: int = 4):
|
|
41 |
demo = gr.Interface(search, inputs="image", outputs=["gallery"
|
42 |
#, "label"
|
43 |
],
|
44 |
-
examples=[
|
45 |
)
|
46 |
|
47 |
demo.launch(debug=True)
|
|
|
41 |
demo = gr.Interface(search, inputs="image", outputs=["gallery"
|
42 |
#, "label"
|
43 |
],
|
44 |
+
examples=["./charmander.jpg"],
|
45 |
)
|
46 |
|
47 |
demo.launch(debug=True)
|