Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def respond(
|
|
| 53 |
"""
|
| 54 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 55 |
"""
|
| 56 |
-
demo = gr.
|
| 57 |
fn=respond,
|
| 58 |
# additional_inputs=[
|
| 59 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
|
| 53 |
"""
|
| 54 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 55 |
"""
|
| 56 |
+
demo = gr.ChatInterface(
|
| 57 |
fn=respond,
|
| 58 |
# additional_inputs=[
|
| 59 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|