Upload app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ iface = gr.Interface(
|
|
42 |
inputs=gr.Image(label="Upload Image"),
|
43 |
outputs=gr.Label(num_top_classes=len(label_name)),
|
44 |
title="BanglaDigitPro: Advanced Bengali Numeral Recognition",
|
45 |
-
description="Upload an image of a handwritten Bangla digit to classify it."
|
|
|
46 |
)
|
47 |
|
48 |
iface.launch(share=True)
|
|
|
42 |
inputs=gr.Image(label="Upload Image"),
|
43 |
outputs=gr.Label(num_top_classes=len(label_name)),
|
44 |
title="BanglaDigitPro: Advanced Bengali Numeral Recognition",
|
45 |
+
description="Upload an image of a handwritten Bangla digit to classify it.",
|
46 |
+
examples=[["example_1.png"], ["example_2.png"], ["example_3.png"], ["example_4.png"], ["example_5.png"]]
|
47 |
)
|
48 |
|
49 |
iface.launch(share=True)
|