Spaces:
Build error
Build error
alen commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,8 +157,6 @@ def QA(question: str, history: list):
|
|
| 157 |
|
| 158 |
democ1 = gr.ChatInterface(
|
| 159 |
QA,
|
| 160 |
-
additional_inputs=[
|
| 161 |
-
],
|
| 162 |
fill_height=True,
|
| 163 |
multimodal=True,
|
| 164 |
title="Box Chat(Agent)",
|
|
|
|
| 157 |
|
| 158 |
democ1 = gr.ChatInterface(
|
| 159 |
QA,
|
|
|
|
|
|
|
| 160 |
fill_height=True,
|
| 161 |
multimodal=True,
|
| 162 |
title="Box Chat(Agent)",
|