Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,12 +63,12 @@ import cv2
|
|
63 |
#from detect_frame import detect_frame
|
64 |
# import pathlib
|
65 |
from PIL import ImageFont, ImageDraw, Image
|
66 |
-
font = ImageFont.truetype("kalpurush.ttf", 60)
|
67 |
|
68 |
citation_text = """<div>
|
69 |
<br><p>This is a demo space for the paper: <i>Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach</i>.</p>
|
70 |
<a href='https://ieeexplore.ieee.org/document/10499463' style='text-decoration: none;'>
|
71 |
-
<img src='https://img.shields.io/
|
72 |
</a>
|
73 |
<p>Direct Link to the Paper:
|
74 |
<a href='https://ieeexplore.ieee.org/document/10499463' style='text-decoration: none; color: blue;'>https://ieeexplore.ieee.org/document/10499463</a></p>
|
|
|
63 |
#from detect_frame import detect_frame
|
64 |
# import pathlib
|
65 |
from PIL import ImageFont, ImageDraw, Image
|
66 |
+
font = ImageFont.truetype("kalpurush.ttf", 60) #https://img.shields.io/badge/IEEE-10499463-0072bc.svg
|
67 |
|
68 |
citation_text = """<div>
|
69 |
<br><p>This is a demo space for the paper: <i>Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach</i>.</p>
|
70 |
<a href='https://ieeexplore.ieee.org/document/10499463' style='text-decoration: none;'>
|
71 |
+
<img src='https://img.shields.io/static/v1?label=%E2%80%8E&logo=ieee&logoSize=auto&message=10499463&color=0072bc&labelColor=323634' alt='IEEE Badge' style='max-width: 100%; height: auto; margin-bottom: 10px;'>
|
72 |
</a>
|
73 |
<p>Direct Link to the Paper:
|
74 |
<a href='https://ieeexplore.ieee.org/document/10499463' style='text-decoration: none; color: blue;'>https://ieeexplore.ieee.org/document/10499463</a></p>
|