Spaces:
Sleeping
Sleeping
second commit
Browse files- talking_app.py +1 -1
talking_app.py
CHANGED
@@ -52,7 +52,7 @@ async def init():
|
|
52 |
msg = cl.Message(content=f"Building Index...")
|
53 |
await msg.send()
|
54 |
|
55 |
-
chain = roaringkiity_chain()
|
56 |
|
57 |
msg.content = f"Index built!"
|
58 |
await msg.send()
|
|
|
52 |
msg = cl.Message(content=f"Building Index...")
|
53 |
await msg.send()
|
54 |
|
55 |
+
chain = await roaringkiity_chain()
|
56 |
|
57 |
msg.content = f"Index built!"
|
58 |
await msg.send()
|