AlshimaaGamalAlsaied commited on
Commit
57373ef
·
1 Parent(s): e42513a

update examples

Browse files
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_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,