Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -372,7 +372,7 @@ index = faiss.IndexFlatL2(dim)
|
|
372 |
index.add(embeddings)
|
373 |
|
374 |
# Toxic fish list
|
375 |
-
toxic_list = ['Pufferfish','Stonefish','Lionfish','Spotted Trunkfish','Moray Eel','Barracuda','Surgeonfish','Triggerfish','Amberjack','Grouper','Sardines','Mackerel','Salmon','Herring','Rainbow Trout','Anchovies','Cod','Tilapia','Haddock','Catfish','Stargazer','Rabbitfish','Soapfish','Sea Bream','Blue-ringed Octopus','Greenland Shark','Sturgeon','Sea Bass','Red Snapper','Parrotfish','Arctic Char','Black Crappie','Blue Catfish','Bluegill','Golden Shiner','Goldfish','Goby Fish','Goliath Tigerfish','Goblin Shark','Greenland Shark','Almaco Jack','Black Bullhead','Brook Stickleback','Bonytail Chub','Brassy Minnow','Boxfish','Blowfish','Cowfish','Porcupinefish','Ocellate River Stingray','Milkfish','Escolar','Tiger Shark','Titan Triggerfish','Yellowmargin Triggerfish','Portuguese Man o
|
376 |
|
377 |
# -----------------------------
|
378 |
# 3. Fish Identifier Function
|
|
|
372 |
index.add(embeddings)
|
373 |
|
374 |
# Toxic fish list
|
375 |
+
toxic_list = ['Pufferfish','Stonefish','Lionfish','Spotted Trunkfish','Moray Eel','Barracuda','Surgeonfish','Triggerfish','Amberjack','Grouper','Sardines','Mackerel','Salmon','Herring','Rainbow Trout','Anchovies','Cod','Tilapia','Haddock','Catfish','Stargazer','Rabbitfish','Soapfish','Sea Bream','Blue-ringed Octopus','Greenland Shark','Sturgeon','Sea Bass','Red Snapper','Parrotfish','Arctic Char','Black Crappie','Blue Catfish','Bluegill','Golden Shiner','Goldfish','Goby Fish','Goliath Tigerfish','Goblin Shark','Greenland Shark','Almaco Jack','Black Bullhead','Brook Stickleback','Bonytail Chub','Brassy Minnow','Boxfish','Blowfish','Cowfish','Porcupinefish','Ocellate River Stingray','Milkfish','Escolar','Tiger Shark','Titan Triggerfish','Yellowmargin Triggerfish','Portuguese Man o War','Cone Snail','Fire Coral','Crown-of-Thorns Starfish','Blister Beetle','Angelfish','Clownfish','Goldfish','Swordfish','Tuna','Guppy','Betta','Seahorse','Bass','Snapper','Perch','Mahi-mahi','Carp','Halibut','Flounder','Wrasse']
|
376 |
|
377 |
# -----------------------------
|
378 |
# 3. Fish Identifier Function
|