Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def predict(image):
|
|
19 |
|
20 |
gr.Interface(
|
21 |
predict,
|
22 |
-
inputs=gr.inputs.Image(label="Upload an image (Tải một bức ảnh
|
23 |
outputs=gr.outputs.Label(num_top_classes=5),
|
24 |
-
title="Diabetic Ulcer Image Classification",
|
25 |
).launch()
|
|
|
19 |
|
20 |
gr.Interface(
|
21 |
predict,
|
22 |
+
inputs=gr.inputs.Image(label="Upload an image (Tải một bức ảnh vết loét tiểu đường)", type="filepath"),
|
23 |
outputs=gr.outputs.Label(num_top_classes=5),
|
24 |
+
title="Diabetic Ulcer Image Classification (Phân loại ảnh vết loét tiểu đường)",
|
25 |
).launch()
|