zliang commited on
Commit
6c215ad
1 Parent(s): 39eae68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ iface = gr.Interface(
37
  fn=infer_image,
38
  inputs=gr.Image(type="numpy", label="Upload an Image"),
39
  outputs=gr.Image(type="numpy", label="Annotated Image"),
40
- title="YOLOv8 Inference",
41
- description="Upload an image to get object detection results using YOLOv8."
42
  )
43
 
44
  # Launch the app
 
37
  fn=infer_image,
38
  inputs=gr.Image(type="numpy", label="Upload an Image"),
39
  outputs=gr.Image(type="numpy", label="Annotated Image"),
40
+ title="Fast document layout analysis based on YOLOv8",
41
+ description="Upload an image to get document layout analysis results."
42
  )
43
 
44
  # Launch the app