AlshimaaGamalAlsaied commited on
Commit
4694078
1 Parent(s): ef9915c
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,13 +53,12 @@ inputs = [
53
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
54
  title = "Yolov7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors"
55
 
56
- examples = [['image.jpg.', 'SEE/best_baseline', 640, 0.25, 0.45], ['image.jpg', 'SEE/best_baseline', 640, 0.25, 0.45]]
57
  demo_app = gr.Interface(
58
  fn=yolov7_inference,
59
  inputs=inputs,
60
  outputs=outputs,
61
  title=title,
62
- examples=examples,
63
  cache_examples=True,
64
  theme='huggingface',
65
  )
 
53
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
54
  title = "Yolov7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors"
55
 
56
+ #examples = [['image.jpg.', 'SEE/best_baseline', 640, 0.25, 0.45], ['image.jpg', 'SEE/best_baseline', 640, 0.25, 0.45]]
57
  demo_app = gr.Interface(
58
  fn=yolov7_inference,
59
  inputs=inputs,
60
  outputs=outputs,
61
  title=title,
 
62
  cache_examples=True,
63
  theme='huggingface',
64
  )