Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(search,
|
|
25 |
[gr.Textbox(label="most probable label")],
|
26 |
examples=[["حصان, كلب, قطة", "cat.png"]],
|
27 |
theme="ocean",
|
28 |
-
title"AraClip"
|
29 |
)
|
30 |
|
31 |
demo.launch(debug=True)
|
|
|
25 |
[gr.Textbox(label="most probable label")],
|
26 |
examples=[["حصان, كلب, قطة", "cat.png"]],
|
27 |
theme="ocean",
|
28 |
+
title="AraClip"
|
29 |
)
|
30 |
|
31 |
demo.launch(debug=True)
|