Pash1986 commited on
Commit
ec69dcf
1 Parent(s): 92937e7

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,gr.Image(type="numpy", label="Generated QR Code")]
444
  )
445
- download_file.change(on_change_make_qr)
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,gr.Image(type="numpy", label="Generated QR Code")]
444
  )
445
+ download_file.change(on_change_make_qr, inputs=download_file)
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'))