Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
|
|
70 |
title=title,
|
71 |
description=description,
|
72 |
examples=[
|
73 |
-
["
|
74 |
],
|
75 |
)
|
76 |
|
|
|
70 |
title=title,
|
71 |
description=description,
|
72 |
examples=[
|
73 |
+
["luhn", 'english', 2, "URL", "https://en.wikipedia.org/wiki/Automatic_summarization"]
|
74 |
],
|
75 |
)
|
76 |
|