Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="indigo"))
|
|
| 129 |
|
| 130 |
gr.Examples(
|
| 131 |
examples=[
|
| 132 |
-
["Mary is a Farmer. Mary
|
| 133 |
["張醫生正在動手術。她很冷靜。她的助手在旁邊遞器材,他看起來很緊張。"]
|
| 134 |
],
|
| 135 |
inputs=txt_input
|
|
|
|
| 129 |
|
| 130 |
gr.Examples(
|
| 131 |
examples=[
|
| 132 |
+
["Mary is a Farmer. Mary has a little lamb. John is a Florist. John has a flower shop."],
|
| 133 |
["張醫生正在動手術。她很冷靜。她的助手在旁邊遞器材,他看起來很緊張。"]
|
| 134 |
],
|
| 135 |
inputs=txt_input
|