Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
17 |
|
18 |
|
19 |
@spaces.GPU
|
@@ -47,4 +47,4 @@ iface = gr.Interface(
|
|
47 |
live=True,
|
48 |
)
|
49 |
|
50 |
-
|
|
|
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()
|