JKrishnanandhaa commited on
Commit
6ef4ff2
·
verified ·
1 Parent(s): 7f3d8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ from src.training.classifier import ForgeryClassifier
30
  CLASS_NAMES = {0: 'Copy-Move', 1: 'Splicing', 2: 'Text Substitution'}
31
  CLASS_COLORS = {
32
  0: (217, 83, 79), # #d9534f - Muted red (Copy-Move)
33
- 1: (65, 105, 225), # #4169E1 - Royal blue (Splicing)
34
- 2: (92, 184, 92) # #5cb85c - Muted green (Text Substitution)
35
  }
36
 
37
  # Actual model performance metrics
 
30
  CLASS_NAMES = {0: 'Copy-Move', 1: 'Splicing', 2: 'Text Substitution'}
31
  CLASS_COLORS = {
32
  0: (217, 83, 79), # #d9534f - Muted red (Copy-Move)
33
+ 1: (92, 184, 92), # #5cb85c - Muted green (Splicing)
34
+ 2: (65, 105, 225) # #4169E1 - Royal blue (Text Substitution/Generation)
35
  }
36
 
37
  # Actual model performance metrics