Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ demo = gr.Interface(
|
|
32 |
examples=[
|
33 |
["What a beautiful morning for a walk!"],
|
34 |
["It was the best of times, it was the worst of crimes."],
|
35 |
-
["Fatality is like ghosts in the snow"],
|
36 |
],
|
37 |
)
|
38 |
|
|
|
32 |
examples=[
|
33 |
["What a beautiful morning for a walk!"],
|
34 |
["It was the best of times, it was the worst of crimes."],
|
35 |
+
["Fatality is like ghosts in the snow."],
|
36 |
],
|
37 |
)
|
38 |
|