yusyel commited on
Commit
a9c1bc3
·
1 Parent(s): 25e0284
Files changed (1) hide show
  1. app.py +9 -11
app.py CHANGED
@@ -8,17 +8,15 @@ import numpy as np
8
  model = from_pretrained_keras("yusyel/fishv2")
9
 
10
 
11
- class_names = [
12
- "Black Sea Sprat",
13
- "Gilt-Head Bream",
14
- "Hourse Mackerel",
15
- "Red Sea Bream",
16
- "Red Mullet",
17
- "Sea Bass",
18
- "Shrimp",
19
- "Striped Red Mullet",
20
- "Trout",
21
- ]
22
 
23
 
24
  def preprocess_image(img, label):
 
8
  model = from_pretrained_keras("yusyel/fishv2")
9
 
10
 
11
+ class_names=["Black Sea Sprat",
12
+ "Gilt-Head Bream",
13
+ "Hourse Mackerel",
14
+ "Red Mullet",
15
+ "Red Sea Bream",
16
+ "Sea Bass",
17
+ "Shrimp",
18
+ "Striped Red Mullet",
19
+ "Trout"]
 
 
20
 
21
 
22
  def preprocess_image(img, label):