Spaces:
Running
on
Zero
Running
on
Zero
πwπ
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ def talk(message, history):
|
|
93 |
for new_text in streamer:
|
94 |
partial_text += new_text
|
95 |
print("partial_text : ", partial_text)
|
96 |
-
yield partial_text
|
97 |
-
|
98 |
-
|
99 |
|
100 |
|
101 |
TITLE = "# RAG"
|
|
|
93 |
for new_text in streamer:
|
94 |
partial_text += new_text
|
95 |
print("partial_text : ", partial_text)
|
96 |
+
# yield partial_text
|
97 |
+
partial_text += resources
|
98 |
+
return partial_text
|
99 |
|
100 |
|
101 |
TITLE = "# RAG"
|