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
|
29 |
)
|
30 |
|
31 |
demo.launch(debug=True)
|
|
|
25 |
[gr.Textbox(label="most probable label")],
|
26 |
examples=[["حصان, كلب, قطة", "cat.png"]],
|
27 |
theme="ocean",
|
28 |
+
title"AraClip [](https://cdn-avatars.huggingface.co/v1/production/uploads/61934cc71832e6ac3837d8b0/f2VVUYHkDkhLQvNxSE5ra.png)"
|
29 |
)
|
30 |
|
31 |
demo.launch(debug=True)
|