Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import gradio.themes as Soft
|
3 |
import pixeltable as pxt
|
|
|
1 |
+
%pip install -qU git+https://github.com/Megvii-BaseDetection/YOLOX@ac58e0a
|
2 |
+
|
3 |
import gradio as gr
|
4 |
import gradio.themes as Soft
|
5 |
import pixeltable as pxt
|