Clemylia commited on
Commit
87b5a6c
·
verified ·
1 Parent(s): 055bee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ chat_interface = gr.ChatInterface(
132
  chatbot=gr.Chatbot(height=500), # Taille du champ de chat
133
  textbox=gr.Textbox(placeholder="Posez votre question à Lam-4-zero-f...", container=False, scale=7),
134
  title=f"Chat avec {MODEL_NAME} (SLM)",
135
- description="Interface de discussion pour le SLM Lam-1. L'inférence est effectuée sur CPU.",
136
  theme="soft"
137
  )
138
 
 
132
  chatbot=gr.Chatbot(height=500), # Taille du champ de chat
133
  textbox=gr.Textbox(placeholder="Posez votre question à Lam-4-zero-f...", container=False, scale=7),
134
  title=f"Chat avec {MODEL_NAME} (SLM)",
135
+ description="Interface de discussion pour le SLM Lam-4-zero-f. L'inférence est effectuée sur CPU.",
136
  theme="soft"
137
  )
138