mlara commited on
Commit
d46cc4d
1 Parent(s): 3678344

second commit

Browse files
Files changed (1) hide show
  1. 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()