odeyaaa commited on
Commit
5cd01ea
·
1 Parent(s): 03c02d2

Git experiment

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -189,4 +189,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
189
  # Run initialization
190
  if __name__ == "__main__":
191
  initialize_app()
 
192
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
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)