d0r1h commited on
Commit
fa8e996
1 Parent(s): 8fffcf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -32,6 +32,9 @@ interface = gr.Interface(fn = summarize,
32
  examples=[[link1, "BART"],
33
  [link2, "BART"],
34
  [link3, "BART"],
35
- [text, "BART"]])
 
 
 
36
 
37
  interface.launch(debug=True)
 
32
  examples=[[link1, "BART"],
33
  [link2, "BART"],
34
  [link3, "BART"],
35
+ [text, "BART"]],
36
+
37
+ description=description,
38
+ article = article)
39
 
40
  interface.launch(debug=True)