ac5113 commited on
Commit
f006b7b
·
1 Parent(s): 0d6983e

initial app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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