DawnC commited on
Commit
3758211
·
1 Parent(s): 11ab3ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -480,7 +480,7 @@ async def predict(image):
480
  for j, (breed, prob) in enumerate(zip(topk_breeds, relative_probs)):
481
  description = get_dog_description(breed)
482
  dogs_info += f'''
483
- <div class="breed-option uncertainty-mode"> # 添加 uncertainty-mode 類
484
  <div class="breed-header">
485
  <span class="option-number">Option {j+1}</span>
486
  <span class="breed-name">{breed}</span>
 
480
  for j, (breed, prob) in enumerate(zip(topk_breeds, relative_probs)):
481
  description = get_dog_description(breed)
482
  dogs_info += f'''
483
+ <div class="breed-option uncertainty-mode">
484
  <div class="breed-header">
485
  <span class="option-number">Option {j+1}</span>
486
  <span class="breed-name">{breed}</span>