geronimo-pericoli commited on
Commit
66df018
1 Parent(s): 30c49c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- import nest_asyncio
2
- nest_asyncio.apply()
3
 
4
  from llama_index.core import (
5
  VectorStoreIndex,
 
1
+ import asyncio
2
+ asyncio.set_event_loop(asyncio.new_event_loop())
3
 
4
  from llama_index.core import (
5
  VectorStoreIndex,