Spaces:
Sleeping
Sleeping
AlshimaaGamalAlsaied
commited on
Commit
·
5694e2c
1
Parent(s):
57373ef
update
Browse files
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/
|
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,
|