Spaces:
Running
Running
Update app.py
Browse files
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
|