gabar92 commited on
Commit
789611a
·
1 Parent(s): 9a7a057

resize qr code

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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) 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((200, 200)), label="QR Code")
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():