Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ from llama_index.readers.web import RssReader
|
|
12 |
from llama_index.core.workflow import Context
|
13 |
import gradio as gr
|
14 |
|
|
|
|
|
15 |
# allow nested loops in Spaces
|
16 |
nest_asyncio.apply()
|
17 |
|
|
|
12 |
from llama_index.core.workflow import Context
|
13 |
import gradio as gr
|
14 |
|
15 |
+
subprocess.run(["playwright", "install"])
|
16 |
+
|
17 |
# allow nested loops in Spaces
|
18 |
nest_asyncio.apply()
|
19 |
|