Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from pyChatGPT import ChatGPT
|
2 |
import gradio as gr
|
3 |
import os, json
|
|
|
1 |
+
!apt install chromium-browser xvfb
|
2 |
+
!pip install -U selenium_profiles pyChatGPT
|
3 |
+
|
4 |
from pyChatGPT import ChatGPT
|
5 |
import gradio as gr
|
6 |
import os, json
|