Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ for label in ["First Name", "Second Name", "Address 1", "Address 2", "National I
|
|
67 |
output_components.append(gr.Textbox(label=label))
|
68 |
|
69 |
# Launch the Gradio interface
|
70 |
-
gr.Interface(fn=get_results, inputs=image_input, outputs=output_components).launch(share=
|
|
|
67 |
output_components.append(gr.Textbox(label=label))
|
68 |
|
69 |
# Launch the Gradio interface
|
70 |
+
gr.Interface(fn=get_results, inputs=image_input, outputs=output_components).launch(share=False)
|