isboudja commited on
Commit
ffc2079
·
verified ·
1 Parent(s): 070bec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ gr.Interface(
19
  fn=predict,
20
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
21
  outputs=gr.outputs.Label(),
22
- examples=["WON a guaranteed £1000 cash"]
23
  ).launch(share=False)
 
19
  fn=predict,
20
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
21
  outputs=gr.outputs.Label(),
22
+ examples=["WON a guaranteed £1000 cash","Hello, how are you?"]
23
  ).launch(share=False)