wq2012 commited on
Commit
0d6cabe
1 Parent(s): 1ad1ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ demo = gr.Interface(
53
  examples=[
54
  ["<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."],
55
  ["<speaker:1> This demo looks really <speaker:2> good! Thanks, I am glad to hear that."],
56
- ]
 
57
  )
58
 
59
  if __name__ == "__main__":
 
53
  examples=[
54
  ["<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."],
55
  ["<speaker:1> This demo looks really <speaker:2> good! Thanks, I am glad to hear that."],
56
+ ],
57
+ cache_examples=False,
58
  )
59
 
60
  if __name__ == "__main__":