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