We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1f1f8 commit e4eae4cCopy full SHA for e4eae4c
chapters/fr/chapter9/4.mdx
@@ -48,7 +48,7 @@ gr.Interface(
48
title=title,
49
description=description,
50
article=article,
51
- examples=[["What are you doing?"], ["Where should we time travel to?"]]
+ examples=[["What are you doing?"], ["Where should we time travel to?"]],
52
# ["Que faites-vous ?"], ["Où devrions-nous voyager dans le temps ?"]
53
).launch()
54
```
requirements.txt
@@ -1,3 +1,3 @@
1
nbformat>=5.1.3
2
PyYAML>=5.4.1
3
-black==22.3.0
+black>=24.1.1
0 commit comments