Spaces:
Running
Running
Elijahbodden
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -113,9 +113,7 @@ def respond(
|
|
113 |
response += token
|
114 |
yield response
|
115 |
|
116 |
-
|
117 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
118 |
-
"""
|
119 |
demo = gr.ChatInterface(
|
120 |
respond,
|
121 |
additional_inputs_accordion=gr.Accordion(label="Options", open=True),
|
|
|
113 |
response += token
|
114 |
yield response
|
115 |
|
116 |
+
|
|
|
|
|
117 |
demo = gr.ChatInterface(
|
118 |
respond,
|
119 |
additional_inputs_accordion=gr.Accordion(label="Options", open=True),
|