kostis-init commited on
Commit
109e005
Β·
1 Parent(s): 70d9836

add more prints

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,4 +17,6 @@ except Exception as e:
17
  if __name__ == "__main__":
18
  print("Starting the Gradio app...", flush=True)
19
  demo = create_ui()
 
20
  demo.queue().launch()
 
 
17
  if __name__ == "__main__":
18
  print("Starting the Gradio app...", flush=True)
19
  demo = create_ui()
20
+ print("Gradio app created successfully.", flush=True)
21
  demo.queue().launch()
22
+ print("Gradio app launched successfully.", flush=True)