Zengyf-CVer commited on
Commit
f78a2dd
·
1 Parent(s): 64c4b90

v03 update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -291,7 +291,7 @@ def main(args):
291
  inputs_opt = gr.inputs.CheckboxGroup(choices=["label", "pdf", "json"],
292
  default=["label", "pdf"],
293
  type="value",
294
- label="action")
295
 
296
  # Input parameters
297
  inputs = [
@@ -315,7 +315,7 @@ def main(args):
315
  outputs = [outputs_img, outputs_json, outputs_pdf, outputs_df]
316
 
317
  # title
318
- title = "Gradio-based YOLOv5 general target detection system v0.3"
319
 
320
  # describe
321
  description = "<div align='center'>Customizable target detection model, easy to install, easy to use</div>"
 
291
  inputs_opt = gr.inputs.CheckboxGroup(choices=["label", "pdf", "json"],
292
  default=["label", "pdf"],
293
  type="value",
294
+ label="operate")
295
 
296
  # Input parameters
297
  inputs = [
 
315
  outputs = [outputs_img, outputs_json, outputs_pdf, outputs_df]
316
 
317
  # title
318
+ title = "Gradio YOLOv5 Det v0.3"
319
 
320
  # describe
321
  description = "<div align='center'>Customizable target detection model, easy to install, easy to use</div>"