not-lain commited on
Commit
4f3759b
·
verified ·
1 Parent(s): 0d31ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ def search(labels, image):
20
 
21
 
22
 
23
- demo = gr.Interface(search,[gr.Textbox(label="separate labels with ',' "),gr.Image(type="pil")],["text"],examples=[["حصان, كلب, قطة", "cat.png"]], theme="ocean")
24
 
25
  demo.launch(debug=True)
 
20
 
21
 
22
 
23
+ demo = gr.Interface(search,[gr.Textbox(label="separate labels with ',' "),gr.Image(type="pil")],[gr.Textbox(label="most probable label")],examples=[["حصان, كلب, قطة", "cat.png"]], theme="ocean")
24
 
25
  demo.launch(debug=True)