Pash1986 commited on
Commit
0dc5c44
1 Parent(s): d41560a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,7 +442,7 @@ with gr.Blocks() as demo:
442
  inputs=[email_input, company_input, output_description, output_gallery],
443
  outputs=[download_file]
444
  )
445
- download_file.change(on_change_make_qr, inputs=download_file, outputs=gr.Image(type="numpy", label="Generated QR Code",width=300, height=300))
446
 
447
  with gr.Tab("Code"):
448
  gr.Code(label="Code", language="python", value=fetch_url_data('https://huggingface.co/spaces/MongoDB/aws-bedrock-celeb-matcher/raw/main/app.py'))
 
442
  inputs=[email_input, company_input, output_description, output_gallery],
443
  outputs=[download_file]
444
  )
445
+ download_file.change(on_change_make_qr, inputs=download_file, outputs=gr.Image(type="numpy",width=500, height=500))
446
 
447
  with gr.Tab("Code"):
448
  gr.Code(label="Code", language="python", value=fetch_url_data('https://huggingface.co/spaces/MongoDB/aws-bedrock-celeb-matcher/raw/main/app.py'))