ThomasSimonini HF Staff commited on
Commit
f9b68ce
·
verified ·
1 Parent(s): 8efc63e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
70
 
71
  generate_btn.click(
72
  fn=handle_certificate,
73
- inputs=[name_input, gr.OAuthProfile()],
74
  outputs=[output_text, cert_file]
75
  )
76
 
 
70
 
71
  generate_btn.click(
72
  fn=handle_certificate,
73
+ inputs=[name_input],
74
  outputs=[output_text, cert_file]
75
  )
76