Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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 |
|