Spaces:
Sleeping
Sleeping
Update app.py
#2
by
Aalaa
- opened
app.py
CHANGED
@@ -94,10 +94,9 @@ 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")
|
@@ -118,10 +117,9 @@ 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 |
],
|
99 |
+
default="alshimaa/SEE_model_yolo7",
|
100 |
label="Model",
|
101 |
)
|
102 |
#gr.inputs.Slider(minimum=320, maximum=1280, default=640, step=32, label="Image Size")
|
|
|
117 |
gr.inputs.Video(source = "upload", type = "mp4", label = "Input Video"),
|
118 |
gr.inputs.Dropdown(
|
119 |
choices=[
|
120 |
+
"alshimaa/SEE_model_yolo7",
|
|
|
121 |
],
|
122 |
+
default="alshimaa/SEE_model_yolo7",
|
123 |
label="Model",
|
124 |
),
|
125 |
],
|