Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -65,7 +65,7 @@ def greet(query1,history):
|
|
65 |
return "Hi"
|
66 |
|
67 |
# gradio
|
68 |
-
description = "This is a chatbot application based on the
|
69 |
examples = [["what is your contact number?"], ["where you are currently working?"]]
|
70 |
|
71 |
gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)
|
|
|
65 |
return "Hi"
|
66 |
|
67 |
# gradio
|
68 |
+
description = "This is a chatbot application based on the Mixtral-8x7B model. Simply type an input to get started with chatting.\n Note : Bot can generate random response sometimes"
|
69 |
examples = [["what is your contact number?"], ["where you are currently working?"]]
|
70 |
|
71 |
gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)
|