sayedM commited on
Commit
dc45708
1 Parent(s): e58408a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ for label in ["First Name", "Second Name", "Address 1", "Address 2", "National I
57
  output_components.append(gr.outputs.Textbox(label=label))
58
 
59
  # Launch the Gradio interface
60
- gr.Interface(fn=get_results, inputs=image_input, outputs=output_components).launch(share=False)
 
57
  output_components.append(gr.outputs.Textbox(label=label))
58
 
59
  # Launch the Gradio interface
60
+ gr.Interface(fn=get_results, inputs=image_input,background="Nat_ID_Post_Linked_In2.png", outputs=output_components).launch(share=False)