npc0 commited on
Commit
6d7c8c6
·
1 Parent(s): 16f1aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
 
7
- def hello(profile: gr.OAuthProfile | None):
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 '