Update app.py
Browse files
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 == "
|
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(
|