kevinconka commited on
Commit
4725ead
·
1 Parent(s): 955daea

renamed dataset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ model.max_det = 100
33
  model.agnostic = True # NMS class-agnostic
34
 
35
  # This callback will be used to flag images
36
- dataset_name = "SEA-AI/crowdsourced-rgb-images"
37
  hf_writer = myHuggingFaceDatasetSaver(get_token(), dataset_name)
38
 
39
  with gr.Blocks(css=css) as demo:
 
33
  model.agnostic = True # NMS class-agnostic
34
 
35
  # This callback will be used to flag images
36
+ dataset_name = "SEA-AI/crowdsourced-sea-images"
37
  hf_writer = myHuggingFaceDatasetSaver(get_token(), dataset_name)
38
 
39
  with gr.Blocks(css=css) as demo: