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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ interface = gr.Interface(fn = summarize,
25
  gr.Radio(["T5", "BART"], type="value", label='Model')
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"],
 
25
  gr.Radio(["T5", "BART"], type="value", label='Model')
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"],