Spaces:
Sleeping
Sleeping
add update to link sources of synthesis
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ def get_synthesis(question, *answers, config=config):
|
|
285 |
},
|
286 |
):
|
287 |
time.sleep(0.01)
|
288 |
-
yield [(question, elt)]
|
289 |
|
290 |
|
291 |
theme = gr.themes.Base(
|
|
|
285 |
},
|
286 |
):
|
287 |
time.sleep(0.01)
|
288 |
+
yield [(question, parse_output_llm_with_sources(elt))]
|
289 |
|
290 |
|
291 |
theme = gr.themes.Base(
|