abidlabs HF Staff commited on
Commit
f8d4393
·
verified ·
1 Parent(s): e451900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def func(file_obj) -> str:
4
  return file_obj.name
5
 
6
  def auth(username: str, passwd: str) -> bool:
7
- return username == "tom" and passwd == "123"
8
 
9
  def main():
10
  demo = gr.Interface(
 
4
  return file_obj.name
5
 
6
  def auth(username: str, passwd: str) -> bool:
7
+ return username == "tom" and passwd == "tom"
8
 
9
  def main():
10
  demo = gr.Interface(