Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|