Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,7 @@ with gr.Blocks(css=css) as demo:
|
|
72 |
with gr.Tab("目标识别 (Object Detection)"):
|
73 |
with gr.Row():
|
74 |
image_input = gr.Image(type="filepath",
|
75 |
-
value=default_image
|
76 |
-
shape=(800, 1000)
|
77 |
)
|
78 |
image_output = gr.Image(type="filepath")
|
79 |
|
|
|
72 |
with gr.Tab("目标识别 (Object Detection)"):
|
73 |
with gr.Row():
|
74 |
image_input = gr.Image(type="filepath",
|
75 |
+
value=default_image
|
|
|
76 |
)
|
77 |
image_output = gr.Image(type="filepath")
|
78 |
|