Spaces:
Sleeping
Sleeping
AlshimaaGamalAlsaied
commited on
Commit
·
b56be5d
1
Parent(s):
6d28726
update
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ 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.
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov7_inference,
|
59 |
inputs=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.', 'kadirnar/yolov7-tiny-v0.1', 640, 0.25, 0.45], ['image.jpg', 'kadirnar/yolov7-v0.1', 640, 0.25, 0.45]]
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov7_inference,
|
59 |
inputs=inputs,
|