Update app.py
Browse files
app.py
CHANGED
@@ -83,8 +83,8 @@ def respond(
|
|
83 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
84 |
"""
|
85 |
demo = gr.ChatInterface(
|
86 |
-
advancedPromptPipeline,
|
87 |
-
|
88 |
#additional_inputs=[
|
89 |
#gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
90 |
#gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
83 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
84 |
"""
|
85 |
demo = gr.ChatInterface(
|
86 |
+
#advancedPromptPipeline,
|
87 |
+
respond,
|
88 |
#additional_inputs=[
|
89 |
#gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
90 |
#gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|