skylord commited on
Commit
3da5743
1 Parent(s): 2681ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ interface_image = gr.Interface(
63
  fn=show_preds_image,
64
  inputs=inputs_image,
65
  outputs=outputs_image,
66
- title="ReWilding Europe Project - Demo[Yolov8] \n Details: https://www.thinkevolveconsulting.com/rewilding-europe-a-data-annotation-pipeline",
67
  examples=[],
68
  cache_examples=False,
69
  )
 
63
  fn=show_preds_image,
64
  inputs=inputs_image,
65
  outputs=outputs_image,
66
+ title="ReWilding Europe Project - Demo[Yolov8]",
67
  examples=[],
68
  cache_examples=False,
69
  )