d0r1h commited on
Commit
10784ce
·
verified ·
1 Parent(s): 9ed4bfb

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.Textbox(label="Sar"),
29
- gr.Image(type="plot", label="WordCloud")],
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"],