Sibinraj commited on
Commit
c982d48
·
verified ·
1 Parent(s): 401f719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ interface = gr.Interface(
119
  ],
120
  outputs=gr.Textbox(label='Summarized Text'),
121
  title='Text or PDF Summarizer using T5-finetuned-dialogue_sumxx',
122
- examples=[examples_text, example_pdf]
123
 
124
  )
125
 
 
119
  ],
120
  outputs=gr.Textbox(label='Summarized Text'),
121
  title='Text or PDF Summarizer using T5-finetuned-dialogue_sumxx',
122
+ examples=[examples_text, examples_pdf]
123
 
124
  )
125