Spaces:
Sleeping
Sleeping
AlshimaaGamalAlsaied
commited on
Commit
·
5cdb31f
1
Parent(s):
d9cdee7
update
Browse files- SEE_model_yolo7 +1 -0
- app.py +5 -5
- yolov7 +0 -1
SEE_model_yolo7
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f9217fd3865ca4568c6b07a457f387f79f4f9646
|
app.py
CHANGED
@@ -94,10 +94,10 @@ image_interface = gr.Interface(
|
|
94 |
gr.inputs.Image(type="pil", label="Input Image"),
|
95 |
gr.inputs.Dropdown(
|
96 |
choices=[
|
97 |
-
"alshimaa/
|
98 |
#"kadirnar/yolov7-v0.1",
|
99 |
],
|
100 |
-
default="alshimaa/
|
101 |
label="Model",
|
102 |
)
|
103 |
#gr.inputs.Slider(minimum=320, maximum=1280, default=640, step=32, label="Image Size")
|
@@ -106,7 +106,7 @@ image_interface = gr.Interface(
|
|
106 |
],
|
107 |
outputs=gr.outputs.Image(type="filepath", label="Output Image"),
|
108 |
title="Smart Environmental Eye (SEE)",
|
109 |
-
examples=[['image1.jpg', 'alshimaa/
|
110 |
cache_examples=True,
|
111 |
theme='huggingface',
|
112 |
)
|
@@ -118,10 +118,10 @@ video_interface = gr.Interface(
|
|
118 |
gr.inputs.Video(source = "upload", type = "mp4", label = "Input Video"),
|
119 |
gr.inputs.Dropdown(
|
120 |
choices=[
|
121 |
-
"alshimaa/
|
122 |
#"kadirnar/yolov7-v0.1",
|
123 |
],
|
124 |
-
default="alshimaa/
|
125 |
label="Model",
|
126 |
),
|
127 |
],
|
|
|
94 |
gr.inputs.Image(type="pil", label="Input Image"),
|
95 |
gr.inputs.Dropdown(
|
96 |
choices=[
|
97 |
+
"alshimaa/SEE_model_yolo7",
|
98 |
#"kadirnar/yolov7-v0.1",
|
99 |
],
|
100 |
+
default="alshimaa/SEE_model_yolo7",
|
101 |
label="Model",
|
102 |
)
|
103 |
#gr.inputs.Slider(minimum=320, maximum=1280, default=640, step=32, label="Image Size")
|
|
|
106 |
],
|
107 |
outputs=gr.outputs.Image(type="filepath", label="Output Image"),
|
108 |
title="Smart Environmental Eye (SEE)",
|
109 |
+
examples=[['image1.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45], ['image2.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45], ['image3.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45]],
|
110 |
cache_examples=True,
|
111 |
theme='huggingface',
|
112 |
)
|
|
|
118 |
gr.inputs.Video(source = "upload", type = "mp4", label = "Input Video"),
|
119 |
gr.inputs.Dropdown(
|
120 |
choices=[
|
121 |
+
"alshimaa/SEE_model_yolo7",
|
122 |
#"kadirnar/yolov7-v0.1",
|
123 |
],
|
124 |
+
default="alshimaa/SEE_model_yolo7",
|
125 |
label="Model",
|
126 |
),
|
127 |
],
|
yolov7
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 139f2ba03d7ed9965695775507ecb8fb7ca2b326
|
|
|
|