odeyaaa commited on
Commit
997cd7e
·
1 Parent(s): 5cd01ea

chore: Remove "App initialized!" print statement from `app.py`.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -189,5 +189,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
189
  # Run initialization
190
  if __name__ == "__main__":
191
  initialize_app()
192
- print("App initialized!")
193
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
189
  # Run initialization
190
  if __name__ == "__main__":
191
  initialize_app()
 
192
  demo.launch(server_name="0.0.0.0", server_port=7860)