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

Update app.py

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