DawnC commited on
Commit
7ffe513
1 Parent(s): ef32750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -304,7 +304,6 @@ async def predict(image):
304
  explanations.append(dog_explanation)
305
  buttons.extend([f"Dog {i+1}: More about {breed}" for breed in topk_breeds[:3]])
306
  else:
307
- # explanations.append(f"Dog {i+1}: The image is unclear or the breed is not in the dataset. Please upload a clearer image.")
308
  explanations.append("The image is unclear or the breed is not in the dataset. Please upload a clearer image.")
309
 
310
 
 
304
  explanations.append(dog_explanation)
305
  buttons.extend([f"Dog {i+1}: More about {breed}" for breed in topk_breeds[:3]])
306
  else:
 
307
  explanations.append("The image is unclear or the breed is not in the dataset. Please upload a clearer image.")
308
 
309