Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,3 @@
|
|
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
|
8 |
import pixeltable as pxt
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import gradio.themes as Soft
|
3 |
import pixeltable as pxt
|