not-lain commited on
Commit
31d125f
β€’
1 Parent(s): e54bf1d

🌘wπŸŒ–

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[("./charmander.jpg",)],
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)