AlshimaaGamalAlsaied commited on
Commit
79b5936
·
1 Parent(s): 86f489c
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 = [['small-vehicles1.jpeg', 'kadirnar/yolov7-tiny-v0.1', 640, 0.25, 0.45], ['zidane.jpg', 'kadirnar/yolov7-v0.1', 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 = [['small-vehicles1.jpeg', 'kadirnar/yolov7-tiny-v0.1', 640, 0.25, 0.45], ['zidane.jpg', 'kadirnar/yolov7-v0.1', 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
  )