jwphantom commited on
Commit
f481f47
1 Parent(s): bf0c873

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ interface = gr.Interface(
24
  inputs="text",
25
  outputs="text",
26
  title="Chatbot avec DialoGPT",
27
- description="Entrez votre prompt pour générer du texte avec DialoGPT. \n NB : Le chatbot ne reconnait que l'anglais",
28
  )
29
 
30
 
 
24
  inputs="text",
25
  outputs="text",
26
  title="Chatbot avec DialoGPT",
27
+ description="Entrez votre prompt pour générer du texte avec DialoGPT. (NB : Le chatbot ne reconnait que l'anglais",
28
  )
29
 
30