AmitHirpara commited on
Commit
3dea7de
·
1 Parent(s): 346fdac

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -407,9 +407,4 @@ with gr.Blocks(title="PII Detection System", theme=gr.themes.Soft()) as demo:
407
  # Launch the app
408
  if __name__ == "__main__":
409
  print("\nLaunching Gradio interface...")
410
- demo.launch(
411
- share=False,
412
- server_name="127.0.0.1",
413
- server_port=7860,
414
- show_error=True
415
- )
 
407
  # Launch the app
408
  if __name__ == "__main__":
409
  print("\nLaunching Gradio interface...")
410
+ demo.launch()