ac5113 commited on
Commit
8a13aa8
·
1 Parent(s): f3bf28d

initial app test

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