dofbi commited on
Commit
d156e4f
·
1 Parent(s): 3e18916
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  fn=generate_response,
36
  inputs=[
37
  gr.Textbox(label="Message utilisateur", placeholder="Entrez votre message ici..."),
38
- gr.Textbox(label="Prompt système", default="You are a skilled Wolof storyteller (Gewël) with deep knowledge of African folktales and traditions. Write engaging stories in Wolof that reflect African cultural values and wisdom.", placeholder="Entrez un prompt système..."),
39
  gr.Slider(50, 500, value=150, label="Nombre max de tokens")
40
  ],
41
  outputs="text",
 
35
  fn=generate_response,
36
  inputs=[
37
  gr.Textbox(label="Message utilisateur", placeholder="Entrez votre message ici..."),
38
+ gr.Textbox(label="Prompt système", value="You are a skilled Wolof storyteller (Gewël) with deep knowledge of African folktales and traditions. Write engaging stories in Wolof that reflect African cultural values and wisdom.", placeholder="Entrez un prompt système..."),
39
  gr.Slider(50, 500, value=150, label="Nombre max de tokens")
40
  ],
41
  outputs="text",