torchFlow commited on
Commit
e3394c8
·
1 Parent(s): e7f0ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  from predict import ONNXInference
3
-
4
- PRED = []
5
 
6
  def detect(files):
7
  model = ONNXInference(
 
1
  import gradio as gr
2
  from predict import ONNXInference
3
+ import json
 
4
 
5
  def detect(files):
6
  model = ONNXInference(