Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def woo():
|
|
| 11 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 12 |
"""
|
| 13 |
chatbot = gr.ChatInterface(
|
| 14 |
-
woo
|
| 15 |
additional_inputs=[
|
| 16 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
| 17 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
|
| 11 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 12 |
"""
|
| 13 |
chatbot = gr.ChatInterface(
|
| 14 |
+
woo,
|
| 15 |
additional_inputs=[
|
| 16 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
| 17 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|