Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
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
|