Timothy-Vinzent commited on
Commit
ab65a3f
·
verified ·
1 Parent(s): cd8b057

Update app.py

Browse files

Remove the print statements

Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -566,13 +566,6 @@ def build_interface():
566
  return demo
567
 
568
  if __name__ == "__main__":
569
-
570
- # Temporary: to setup new challenge
571
- print("TEST_DOCUMENTS_1:", os.environ.get("TEST_DOCUMENTS_1"))
572
- print("TEST_QUESTION_1:", os.environ.get("TEST_QUESTION_1"))
573
- print("TEST_EXPECTED_1:", os.environ.get("TEST_EXPECTED_1"))
574
-
575
-
576
  interface = build_interface()
577
  # Launch the app on 0.0.0.0 so it is accessible externally (e.g., in a container).
578
  interface.launch(server_name="0.0.0.0", server_port=7860)
 
566
  return demo
567
 
568
  if __name__ == "__main__":
 
 
 
 
 
 
 
569
  interface = build_interface()
570
  # Launch the app on 0.0.0.0 so it is accessible externally (e.g., in a container).
571
  interface.launch(server_name="0.0.0.0", server_port=7860)