UNIST-Eunchan commited on
Commit
53e6c51
1 Parent(s): e8f61e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def summarize(doc):
18
 
19
  app = gradio.Interface(
20
  fn = summarize,
21
- inputs = gradio.Textbox(placeholder = 'Paste The Abstract Here', label = 'Abstract'),
22
  outputs = gradio.Textbox(label = 'Summary'),
23
  title = 'Paper Abstract Summarizer',
24
  description = 'A text summarizer to summarize paper abstract'
 
18
 
19
  app = gradio.Interface(
20
  fn = summarize,
21
+ inputs = gradio.Textbox(placeholder = 'Paste Here', label = 'Paper'),
22
  outputs = gradio.Textbox(label = 'Summary'),
23
  title = 'Paper Abstract Summarizer',
24
  description = 'A text summarizer to summarize paper abstract'