Update app.py
Browse files
app.py
CHANGED
@@ -173,11 +173,11 @@ with gr.Blocks(theme="soft", css=css) as demo:
|
|
173 |
|
174 |
examples = gr.Examples(
|
175 |
examples=[
|
176 |
-
"
|
177 |
-
"
|
178 |
-
"
|
179 |
-
"I
|
180 |
-
"
|
181 |
],
|
182 |
inputs=text_input
|
183 |
)
|
|
|
173 |
|
174 |
examples = gr.Examples(
|
175 |
examples=[
|
176 |
+
"Not bad at all.",
|
177 |
+
"Just what I needed today — a flat tire and a rainstorm. Living the dream!",
|
178 |
+
"The movie was visually stunning, but the story was painfully slow.",
|
179 |
+
"I wouldn’t recommend it to someone I like.",
|
180 |
+
"For once, he didn’t mess it up."
|
181 |
],
|
182 |
inputs=text_input
|
183 |
)
|