Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ Never mention Amazon or Nova.
|
|
43 |
|
44 |
# HuggingFace Configuration
|
45 |
HF_TOKEN = os.getenv("HF_TOKEN") # Set this in your Space's secrets
|
46 |
-
REPO_ID = "
|
47 |
HF_API = HfApi()
|
48 |
|
49 |
# Local directories (for temporary storage)
|
|
|
43 |
|
44 |
# HuggingFace Configuration
|
45 |
HF_TOKEN = os.getenv("HF_TOKEN") # Set this in your Space's secrets
|
46 |
+
REPO_ID = "collinear-ai/nova-premier-redteaming-external" # Change this to your actual HF dataset repo
|
47 |
HF_API = HfApi()
|
48 |
|
49 |
# Local directories (for temporary storage)
|