link
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ if __name__ == "__main__":
|
|
142 |
block = gr.Blocks(css=css).queue()
|
143 |
with block:
|
144 |
gr.Markdown("<h1><center>Signature detection with OpenCV<h1><center>")
|
145 |
-
gr.Markdown("<h3><center>See <a href='https://
|
146 |
gr.Markdown("<h3><center>Serves as an example where deep learning is not needed.<h3><center>")
|
147 |
|
148 |
with gr.Row():
|
|
|
142 |
block = gr.Blocks(css=css).queue()
|
143 |
with block:
|
144 |
gr.Markdown("<h1><center>Signature detection with OpenCV<h1><center>")
|
145 |
+
gr.Markdown("<h3><center>See my <a href='https://towardsdatascience.com/machine-learning-is-not-all-you-need-a-case-study-on-signature-detection-9551f2e5d0e7'>article</a> for more details.<h3><center>")
|
146 |
gr.Markdown("<h3><center>Serves as an example where deep learning is not needed.<h3><center>")
|
147 |
|
148 |
with gr.Row():
|