Update app.py
Browse files
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")],["
|
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)
|