caixiaoshun commited on
Commit
e4a7f6f
·
verified ·
1 Parent(s): fa7be76

更正了app.py中的命名错误

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,7 +119,7 @@ class Application:
119
  [
120
  gr.Image(sources=["clipboard", "upload"], type="pil"),
121
  gr.Radio(
122
- ["cdnetv1", "cdnetv2", "hrcloud", "mcdnet", "scnn", "dbnet", "unetmobv2"],
123
  label="model_name",
124
  info="选择使用的模型",
125
  ),
@@ -129,7 +129,7 @@ class Application:
129
  ["examples_png/barren_11.png", "dbnet"],
130
  ["examples_png/snow_10.png", "scnn"],
131
  ["examples_png/vegetation_21.png", "cdnetv2"],
132
- ["examples_png/water_22.png", "hrcloud"],
133
  ],
134
  title="云检测模型在线演示",
135
  submit_btn=gr.Button("Submit", variant="primary")
 
119
  [
120
  gr.Image(sources=["clipboard", "upload"], type="pil"),
121
  gr.Radio(
122
+ ["cdnetv1", "cdnetv2", "hrcloudnet", "mcdnet", "scnn", "dbnet", "unetmobv2"],
123
  label="model_name",
124
  info="选择使用的模型",
125
  ),
 
129
  ["examples_png/barren_11.png", "dbnet"],
130
  ["examples_png/snow_10.png", "scnn"],
131
  ["examples_png/vegetation_21.png", "cdnetv2"],
132
+ ["examples_png/water_22.png", "hrcloudnet"],
133
  ],
134
  title="云检测模型在线演示",
135
  submit_btn=gr.Button("Submit", variant="primary")