Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
3 |
import json
|
4 |
import gradio as gr
|
5 |
from interpreter import interpreter
|
6 |
-
|
7 |
import time
|
8 |
import matplotlib
|
9 |
matplotlib.use('Agg')
|
|
|
1 |
+
|
2 |
+
import os
|
3 |
+
os.system(f"pip install open-interpreter")
|
4 |
+
os.system(f"pip install matplotlib")
|
5 |
+
|
6 |
import json
|
7 |
import gradio as gr
|
8 |
from interpreter import interpreter
|
9 |
+
|
10 |
import time
|
11 |
import matplotlib
|
12 |
matplotlib.use('Agg')
|