Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def main():
|
|
20 |
inputs="text",
|
21 |
outputs="text",
|
22 |
title="Enteli-49B Demo",
|
23 |
-
description="Normally model remembers its past conversations, however for demo purposes this feature is not included. Again it can be a bit slow since it is a demo only."
|
24 |
)
|
25 |
|
26 |
interface.launch()
|
|
|
20 |
inputs="text",
|
21 |
outputs="text",
|
22 |
title="Enteli-49B Demo",
|
23 |
+
description="Normally model remembers its past conversations, however for demo purposes this feature is not included. Again it can be a bit slow since it is a demo only. System Prompt: You are a helpful AI assistant called Enteli developed by the AI company EnteliMind."
|
24 |
)
|
25 |
|
26 |
interface.launch()
|