JKrishnanandhaa commited on
Commit
f2a4ef6
·
verified ·
1 Parent(s): 1b696e4

Update app.py

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