Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
|
7 |
-
def hello(profile
|
8 |
if profile is None:
|
9 |
return gr.Markdown(
|
10 |
'# ePub summarization tool '
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
|
7 |
+
def hello(profile = gr.OAuthProfile):
|
8 |
if profile is None:
|
9 |
return gr.Markdown(
|
10 |
'# ePub summarization tool '
|