AIMage2024 commited on
Commit
e613737
·
verified ·
1 Parent(s): d2f896d

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -1
gradio_app.py CHANGED
@@ -87,7 +87,10 @@ def get_parser():
87
  return parser
88
 
89
  def check_auth(username, password):
90
-
 
 
 
91
  # if os.getenv(username) is not None:
92
  return os.getenv(username) == password
93
  # return False
 
87
  return parser
88
 
89
  def check_auth(username, password):
90
+ print(username)
91
+ print(password)
92
+ print(os.getenv(username))
93
+ print(os.getenv(username) == password)
94
  # if os.getenv(username) is not None:
95
  return os.getenv(username) == password
96
  # return False