Spaces:
Sleeping
Sleeping
initial app test
Browse files
app.py
CHANGED
@@ -7,8 +7,7 @@ import PIL.Image as pil_img
|
|
7 |
import sys
|
8 |
|
9 |
print(os.path.abspath(__file__))
|
10 |
-
os.system('pip install
|
11 |
-
os.system('pip install networkx>=2.5')
|
12 |
|
13 |
import gradio as gr
|
14 |
|
|
|
7 |
import sys
|
8 |
|
9 |
print(os.path.abspath(__file__))
|
10 |
+
os.system('pip install networkx==2.5')
|
|
|
11 |
|
12 |
import gradio as gr
|
13 |
|