Update app.py
Browse files
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__":
|