logasanjeev commited on
Commit
c55e8f8
·
verified ·
1 Parent(s): 371e757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -173,11 +173,11 @@ with gr.Blocks(theme="soft", css=css) as demo:
173
 
174
  examples = gr.Examples(
175
  examples=[
176
- "I wouldn't recommend it to anyone",
177
- "The food service is not good at all",
178
- "This place is awesome!",
179
- "I'm so happy with this product!",
180
- "Why does everything go wrong today?"
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
  )