Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def func(file_obj) -> str:
|
4 |
-
return file_obj
|
5 |
|
6 |
def auth(username: str, passwd: str) -> bool:
|
7 |
return username == "tom" and passwd == "tom"
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def func(file_obj) -> str:
|
4 |
+
return file_obj
|
5 |
|
6 |
def auth(username: str, passwd: str) -> bool:
|
7 |
return username == "tom" and passwd == "tom"
|