worldarchived commited on
Commit
31abd36
·
verified ·
1 Parent(s): 874208f

Ensure WorldArchive dataset refs in explorer

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -14,4 +14,4 @@ license: other
14
 
15
  Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
16
 
17
- Full pack: [mono-india-workplace-sample](https://huggingface.co/datasets/worldarchived/mono-india-workplace-sample) · [S3 index](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html)
 
14
 
15
  Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
16
 
17
+ Full pack: [mono-india-workplace-sample](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-sample) · [S3 index](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html)
app.py CHANGED
@@ -7,7 +7,7 @@ from pathlib import Path
7
  import gradio as gr
8
  from huggingface_hub import hf_hub_download
9
 
10
- REPO = "worldarchived/mono-india-workplace-sample"
11
  CLIPS = [
12
  ("sample_02_industrial_sewing_machine", "Industrial sewing"),
13
  ("sample_01_shuttle_tube_packaging", "Shuttle tube packaging"),
@@ -48,7 +48,7 @@ with gr.Blocks(title="World Archive Data Explorer", theme=gr.themes.Soft()) as d
48
 
49
  Switch layers: plain video · hand skeleton · object boxes.
50
  [Full sample pack (S3)](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html) ·
51
- [Dataset card](https://huggingface.co/datasets/worldarchived/mono-india-workplace-sample) ·
52
  [Book a call](https://calendly.com/algorithmsdheeraj/30min) ·
53
  shubham@worldarchive.co
54
  """
 
7
  import gradio as gr
8
  from huggingface_hub import hf_hub_download
9
 
10
+ REPO = "WorldArchive/mono-india-workplace-sample"
11
  CLIPS = [
12
  ("sample_02_industrial_sewing_machine", "Industrial sewing"),
13
  ("sample_01_shuttle_tube_packaging", "Shuttle tube packaging"),
 
48
 
49
  Switch layers: plain video · hand skeleton · object boxes.
50
  [Full sample pack (S3)](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html) ·
51
+ [Dataset card](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-sample) ·
52
  [Book a call](https://calendly.com/algorithmsdheeraj/30min) ·
53
  shubham@worldarchive.co
54
  """