Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
56 |
demo = gr.ChatInterface(
|
57 |
fn=respond,
|
58 |
chatbot=gr.Chatbot(
|
59 |
-
value=[["Hi", "Hi there! I'm your Dietician Assistant, here to help with general advice on diet, nutrition, and healthy eating habits. Let's explore your questions."]]),
|
60 |
# additional_inputs=[
|
61 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
62 |
# gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
56 |
demo = gr.ChatInterface(
|
57 |
fn=respond,
|
58 |
chatbot=gr.Chatbot(
|
|
|
59 |
# additional_inputs=[
|
60 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
61 |
# gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|