Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def predict_signature(image1, image2):
|
|
| 91 |
|
| 92 |
# Create Gradio UI
|
| 93 |
with gr.Blocks() as demo:
|
| 94 |
-
gr.Markdown("#
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
img1 = gr.Image(type="pil", label="Signature 1", show_label=True)
|
|
|
|
| 91 |
|
| 92 |
# Create Gradio UI
|
| 93 |
with gr.Blocks() as demo:
|
| 94 |
+
gr.Markdown("# Signature Verification System")
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
img1 = gr.Image(type="pil", label="Signature 1", show_label=True)
|