d0r1h commited on
Commit
03a0bf6
·
1 Parent(s): 98dbe2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ interface = gr.Interface(fn = summarize,
25
  ],
26
 
27
  outputs = [gr.outputs.Textbox(label="Sar"),
28
- gr.outputs.Plot(type="auto", label="WordCloud")],
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"],