Shreyas094
commited on
Commit
•
b4f5c22
1
Parent(s):
5a71f95
Update app.py
Browse files
app.py
CHANGED
@@ -668,7 +668,7 @@ def chat_function(message, history, num_results, max_chars, time_range, language
|
|
668 |
model=model
|
669 |
)
|
670 |
|
671 |
-
yield response
|
672 |
|
673 |
iface = gr.ChatInterface(
|
674 |
chat_function,
|
|
|
668 |
model=model
|
669 |
)
|
670 |
|
671 |
+
yield response
|
672 |
|
673 |
iface = gr.ChatInterface(
|
674 |
chat_function,
|