ArnabDeo commited on
Commit
3d4d057
·
verified ·
1 Parent(s): 277528c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -674,11 +674,11 @@ with gr.Blocks(
674
  # Launch configuration
675
  if __name__ == "__main__":
676
  demo.launch(
677
- share=True, # Set to True for public sharing
678
  server_name="0.0.0.0",
679
  server_port=7860,
680
  show_error=True,
681
- show_tips=True,
682
  enable_queue=True,
683
  max_threads=10
684
  )
 
674
  # Launch configuration
675
  if __name__ == "__main__":
676
  demo.launch(
677
+ share=False, # Set to True for public sharing
678
  server_name="0.0.0.0",
679
  server_port=7860,
680
  show_error=True,
681
+ # show_tips=True, # REMOVED - this parameter no longer exists in Gradio 4.0+
682
  enable_queue=True,
683
  max_threads=10
684
  )