NicolasGaudemet
commited on
Commit
•
16f1083
1
Parent(s):
9c8845c
Update writing_assistant_app.py
Browse files- writing_assistant_app.py +1 -1
writing_assistant_app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
],
|
51 |
outputs=gr.outputs.Textbox(label="Texte réécrit"),
|
52 |
title="Assistant d'écriture",
|
53 |
-
description="
|
54 |
)
|
55 |
|
56 |
# Lancer l'interface
|
|
|
50 |
],
|
51 |
outputs=gr.outputs.Textbox(label="Texte réécrit"),
|
52 |
title="Assistant d'écriture",
|
53 |
+
description="par Nicolas \nRéécrit un brouillon en respectant un début avec un style donné."
|
54 |
)
|
55 |
|
56 |
# Lancer l'interface
|