From cadd0ab02ed9f29a0b44ebbf12cc5c1087b7827d Mon Sep 17 00:00:00 2001 From: 1375626371 <1375626371@qq.com> Date: Tue, 10 Sep 2024 20:58:06 +0800 Subject: [PATCH] format fr/chapter9/4.mdx --- chapters/fr/chapter9/4.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/fr/chapter9/4.mdx b/chapters/fr/chapter9/4.mdx index ea9509a02..937ac66d0 100644 --- a/chapters/fr/chapter9/4.mdx +++ b/chapters/fr/chapter9/4.mdx @@ -48,7 +48,7 @@ gr.Interface( title=title, description=description, article=article, - examples=[["What are you doing?"], ["Where should we time travel to?"]] + examples=[["What are you doing?"], ["Where should we time travel to?"]], # ["Que faites-vous ?"], ["Où devrions-nous voyager dans le temps ?"] ).launch() ```