wq2012 commited on
Commit
a3df7e0
1 Parent(s): d6370cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ iface = gr.ChatInterface(
55
  additional_inputs=[],
56
  examples=[
57
  ["<speaker:1> Hello, my name is Tom. May I speak to Laura <speaker:2> please? Hello, this is Laura. <speaker:1> Hi Laura, how are you? This is <speaker:2> Tom. Hi Tom, I haven't seen you for a <speaker:1> while."],
 
58
  ]
59
  )
60
 
 
55
  additional_inputs=[],
56
  examples=[
57
  ["<speaker:1> Hello, my name is Tom. May I speak to Laura <speaker:2> please? Hello, this is Laura. <speaker:1> Hi Laura, how are you? This is <speaker:2> Tom. Hi Tom, I haven't seen you for a <speaker:1> while."],
58
+ ["<speaker:1> This demo looks really <speaker:2> good! Thanks, I am glad to hear that."],
59
  ]
60
  )
61