PierreBrunelle commited on
Commit
d8d96fb
·
verified ·
1 Parent(s): ac78fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,4 +1,7 @@
1
- %pip install -qU git+https://github.com/Megvii-BaseDetection/YOLOX@ac58e0a
 
 
 
2
 
3
  import gradio as gr
4
  import gradio.themes as Soft
 
1
+ import subprocess
2
+ import sys
3
+
4
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "-qU", "git+https://github.com/Megvii-BaseDetection/YOLOX@ac58e0a"])
5
 
6
  import gradio as gr
7
  import gradio.themes as Soft