AlshimaaGamalAlsaied commited on
Commit
5694e2c
·
1 Parent(s): 57373ef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ inputs = [
57
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
58
  title = "Smart Environmental Eye (SEE)"
59
 
60
- examples = [['image1.jpg', 'alshimaa/model_baseline', 640, 0.25, 0.45], ['image2.jpg', 'alshimaa/model_baseline', 640, 0.25, 0.45], ['image3.jpg', 'alshimaa/model_baseline', 640, 0.25, 0.45]]
61
  demo_app = gr.Interface(
62
  fn=yolov7_inference,
63
  inputs=inputs,
 
57
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
58
  title = "Smart Environmental Eye (SEE)"
59
 
60
+ examples = [['image1.jpg', 'alshimaa/model_yolo7', 640, 0.25, 0.45], ['image2.jpg', 'alshimaa/model_yolo7', 640, 0.25, 0.45], ['image3.jpg', 'alshimaa/model_yolo7', 640, 0.25, 0.45]]
61
  demo_app = gr.Interface(
62
  fn=yolov7_inference,
63
  inputs=inputs,