cwchang commited on
Commit
ac4d885
1 Parent(s): 93bff72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ demo = gr.Interface(
10
  fn=classify,
11
  inputs=gr.Textbox(placeholder="Please enter the text..."),
12
  outputs="label",
13
- examples=[["Take me to church"],
14
  ["What's the weather like today?"],
15
  ["Set an alarm for 7 AM tomorrow"],
16
  ["Call Mom"],
 
10
  fn=classify,
11
  inputs=gr.Textbox(placeholder="Please enter the text..."),
12
  outputs="label",
13
+ examples=[
14
  ["What's the weather like today?"],
15
  ["Set an alarm for 7 AM tomorrow"],
16
  ["Call Mom"],