alex-abb commited on
Commit
3b14f3e
·
verified ·
1 Parent(s): 8172b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ model_id = "deepseek-ai/deepseek-llm-7b-chat"
13
  pipe = pipeline("text-generation", model=model_id)
14
 
15
  # Consigne que le modèle suivra pour chaque chat
16
- system_message = "You are a helpful assistant that always responds in a friendly manner."
17
 
18
 
19
  @spaces.GPU
@@ -47,4 +47,4 @@ iface = gr.Interface(
47
  live=True,
48
  )
49
 
50
- iface.launch()
 
13
  pipe = pipeline("text-generation", model=model_id)
14
 
15
  # Consigne que le modèle suivra pour chaque chat
16
+ system_message = "You'r a feeling analyzert "
17
 
18
 
19
  @spaces.GPU
 
47
  live=True,
48
  )
49
 
50
+ gr.ChatInterface(generate_response).launch()