Spaces:
Runtime error
Runtime error
JerryLiJinyi
commited on
Commit
•
797b743
1
Parent(s):
d0b572e
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,7 @@ demo = gr.Interface(
|
|
50 |
examples=[
|
51 |
["Read the following poem and summarize it: O Captain! My Captain! our fearful trip is done; The ship has weather'd every rack, the prize we sought is won; The port is near, the bells I hear, the people all exulting, While follow eyes the steady keel, the vessel grim and daring.", "Selective Context", 0.5, 0],
|
52 |
["Read the following poem and summarize it: O Captain! My Captain! our fearful trip is done; The ship has weather'd every rack, the prize we sought is won; The port is near, the bells I hear, the people all exulting, While follow eyes the steady keel, the vessel grim and daring.", "SCRL", 0, 16],
|
53 |
-
|
54 |
-
]
|
55 |
)
|
56 |
|
57 |
demo.launch(share=False)
|
|
|
50 |
examples=[
|
51 |
["Read the following poem and summarize it: O Captain! My Captain! our fearful trip is done; The ship has weather'd every rack, the prize we sought is won; The port is near, the bells I hear, the people all exulting, While follow eyes the steady keel, the vessel grim and daring.", "Selective Context", 0.5, 0],
|
52 |
["Read the following poem and summarize it: O Captain! My Captain! our fearful trip is done; The ship has weather'd every rack, the prize we sought is won; The port is near, the bells I hear, the people all exulting, While follow eyes the steady keel, the vessel grim and daring.", "SCRL", 0, 16],
|
53 |
+
]
|
|
|
54 |
)
|
55 |
|
56 |
demo.launch(share=False)
|