Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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 = "
|
| 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 |
|