resize qr code
Browse files
app.py
CHANGED
@@ -89,14 +89,14 @@ def main():
|
|
89 |
with gr.Blocks() as demo:
|
90 |
with gr.Row():
|
91 |
with gr.Column():
|
92 |
-
gr.Markdown("## Document Image Enhancement (DIE)
|
93 |
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
gr.Markdown(description)
|
97 |
with gr.Column():
|
98 |
# Display QR code as an image in Gradio
|
99 |
-
gr.Image(value=Image.open("logo/qr-code.png").resize((
|
100 |
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|
|
|
89 |
with gr.Blocks() as demo:
|
90 |
with gr.Row():
|
91 |
with gr.Column():
|
92 |
+
gr.Markdown("## Document Image Enhancement (DIE) model")
|
93 |
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
gr.Markdown(description)
|
97 |
with gr.Column():
|
98 |
# Display QR code as an image in Gradio
|
99 |
+
gr.Image(value=Image.open("logo/qr-code.png").resize((400, 400)), label="QR Code")
|
100 |
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|