qurashiubaid commited on
Commit
c1b9b1f
·
verified ·
1 Parent(s): 638afcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from dataset_utils import contribute_to_dataset
6
 
7
  # Get HF token from environment (set in HF Spaces secrets)
8
  HF_TOKEN = os.getenv("HF_TOKEN")
9
- HF_DATASET_REPO = "your-username/multimodal-materials-dataset" # Change this!
10
 
11
  analyzer = LightweightAnalyzer()
12
 
 
6
 
7
  # Get HF token from environment (set in HF Spaces secrets)
8
  HF_TOKEN = os.getenv("HF_TOKEN")
9
+ HF_DATASET_REPO = "qurashiubaid/multimodal-materials-dataset" # Change this!
10
 
11
  analyzer = LightweightAnalyzer()
12