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