Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ interface = gr.Interface(fn = summarize,
|
|
| 25 |
],
|
| 26 |
|
| 27 |
outputs = [gr.outputs.Textbox(label="Sar"),
|
| 28 |
-
gr.outputs.
|
| 29 |
|
| 30 |
title = "Hindi News Summarizer",
|
| 31 |
examples=[[link1, "BART"],
|
|
|
|
| 25 |
],
|
| 26 |
|
| 27 |
outputs = [gr.outputs.Textbox(label="Sar"),
|
| 28 |
+
gr.outputs.Image(type="auto", label="WordCloud")],
|
| 29 |
|
| 30 |
title = "Hindi News Summarizer",
|
| 31 |
examples=[[link1, "BART"],
|