d0r1h commited on
Commit
438eb58
1 Parent(s): fa8e996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ interface = gr.Interface(fn = summarize,
26
  ],
27
 
28
  outputs = [gr.outputs.Textbox(label="Sar"),
29
- gr.outputs.Image(type="auto", label="WordCloud")],
30
 
31
  title = "Hindi News Summarizer",
32
  examples=[[link1, "BART"],
 
26
  ],
27
 
28
  outputs = [gr.outputs.Textbox(label="Sar"),
29
+ gr.outputs.Image(type="plot", label="WordCloud")],
30
 
31
  title = "Hindi News Summarizer",
32
  examples=[[link1, "BART"],