Spaces:
Runtime error
Runtime error
Commit
·
f78a2dd
1
Parent(s):
64c4b90
v03 update
Browse files
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="
|
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
|
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>"
|