fdaudens HF Staff commited on
Commit
cb79291
·
verified ·
1 Parent(s): e93dbee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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