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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from llama_index.core.memory import ChatMemoryBuffer
11
  from llama_index.readers.web import RssReader
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
 
11
  from llama_index.readers.web import RssReader
12
  from llama_index.core.workflow import Context
13
  import gradio as gr
14
+ import subprocess
15
  subprocess.run(["playwright", "install"])
16
 
17
  # allow nested loops in Spaces