Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ examples = [
|
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
| 51 |
# Model configuration
|
| 52 |
-
model_id = "Roblox/
|
| 53 |
|
| 54 |
# Get HF token from Hugging Face Space secrets
|
| 55 |
# In Spaces, set HF_TOKEN in Settings > Repository secrets
|
|
|
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
| 51 |
# Model configuration
|
| 52 |
+
model_id = "Roblox/roblox-pii-classifier"
|
| 53 |
|
| 54 |
# Get HF token from Hugging Face Space secrets
|
| 55 |
# In Spaces, set HF_TOKEN in Settings > Repository secrets
|