Ashish Soni commited on
Commit
a1e5de1
·
verified ·
1 Parent(s): bf3159e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -19,10 +19,6 @@ def summarize(input: str) -> str:
19
  output: List[Dict[str, str]] = get_completion(input)
20
  return output[0]['summary_text']
21
 
22
-
23
- gr.close_all()
24
-
25
-
26
  ####### GRADIO APP #######
27
  title = """<h1 id="title"> Text Summarization </h1>"""
28
 
 
19
  output: List[Dict[str, str]] = get_completion(input)
20
  return output[0]['summary_text']
21
 
 
 
 
 
22
  ####### GRADIO APP #######
23
  title = """<h1 id="title"> Text Summarization </h1>"""
24