dqnguyen commited on
Commit
31cba7e
1 Parent(s): fe2431f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 vét loét tiểu đường)", type="filepath"),
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()