Spaces:
Runtime error
Runtime error
Commit
·
1184556
1
Parent(s):
5662b97
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ iface = gr.Interface(
|
|
41 |
],
|
42 |
outputs=gr.outputs.Textbox(),
|
43 |
title="orca-mini-3b Chatbot",
|
44 |
-
description="Chat with the orca-mini-3b based chatbot. You can set a system template for context. Start the conversation and see the chat history for this session.",
|
45 |
)
|
46 |
|
47 |
if __name__ == "__main__":
|
|
|
41 |
],
|
42 |
outputs=gr.outputs.Textbox(),
|
43 |
title="orca-mini-3b Chatbot",
|
44 |
+
description="Chat with the orca-mini-3b based chatbot. You can set a system template for context. Start the conversation and see the chat history for this session. It is possible that the chatbot responds with a few lines. That is because this model usally gets used for text generation, not as chatbot. It still works pretty nice as chatbot, though.",
|
45 |
)
|
46 |
|
47 |
if __name__ == "__main__":
|