xfys commited on
Commit
3d94e86
·
1 Parent(s): ace90fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import tempfile
3
  import os
 
1
+ os.system("pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox")
2
+
3
  import gradio as gr
4
  import tempfile
5
  import os