Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,9 +17,9 @@ demo = gr.Interface(
|
|
| 17 |
fn=classify_image,
|
| 18 |
inputs=gr.Image(type="pil"),
|
| 19 |
outputs=gr.Label(num_top_classes=4),
|
| 20 |
-
title="
|
| 21 |
-
description="
|
| 22 |
)
|
| 23 |
|
| 24 |
-
#
|
| 25 |
-
demo.launch()
|
|
|
|
| 17 |
fn=classify_image,
|
| 18 |
inputs=gr.Image(type="pil"),
|
| 19 |
outputs=gr.Label(num_top_classes=4),
|
| 20 |
+
title="性別平等影像分類器",
|
| 21 |
+
description="上傳一張職業相關圖片,模型會預測其屬於哪一類:女性醫護、男性醫護、女性工程師或男性工程師。"
|
| 22 |
)
|
| 23 |
|
| 24 |
+
# 啟動應用
|
| 25 |
+
demo.launch()
|