Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ interface = gr.Interface(
|
|
| 38 |
inputs=gr.Image(type="pil"),
|
| 39 |
outputs=gr.Image(type="pil"),
|
| 40 |
title="إزالة الخلفية من الصور",
|
| 41 |
-
description="
|
| 42 |
)
|
| 43 |
|
| 44 |
# تشغيل التطبيق
|
|
|
|
| 38 |
inputs=gr.Image(type="pil"),
|
| 39 |
outputs=gr.Image(type="pil"),
|
| 40 |
title="إزالة الخلفية من الصور",
|
| 41 |
+
description="remove bg"
|
| 42 |
)
|
| 43 |
|
| 44 |
# تشغيل التطبيق
|