Spaces:
Sleeping
Sleeping
Ashish Soni
commited on
Update app.py
Browse files
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 |
|