sergiopaniego HF Staff commited on
Commit
8fedba9
·
1 Parent(s): 19d317d

Updated Space title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def detect(image):
54
  return output_pil_img
55
 
56
  with gr.Blocks() as demo:
57
- gr.Markdown("# Object detection with DETR")
58
  gr.Markdown(
59
  """
60
  This application uses a fine tuned DETR (DEtection TRansformers) to detect objects on images.
 
54
  return output_pil_img
55
 
56
  with gr.Blocks() as demo:
57
+ gr.Markdown("# Object detection with DETR fine tuned on detection-datasets/fashionpedia")
58
  gr.Markdown(
59
  """
60
  This application uses a fine tuned DETR (DEtection TRansformers) to detect objects on images.