Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
| 145 |
gr.HTML(TITLE)
|
| 146 |
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
| 147 |
gr.ChatInterface(
|
| 148 |
-
fn=
|
| 149 |
chatbot=chatbot,
|
| 150 |
fill_height=True,
|
| 151 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
|
|
|
| 145 |
gr.HTML(TITLE)
|
| 146 |
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
| 147 |
gr.ChatInterface(
|
| 148 |
+
fn=stream_chat,
|
| 149 |
chatbot=chatbot,
|
| 150 |
fill_height=True,
|
| 151 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|