Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -550,7 +550,7 @@ async def predict(image):
|
|
550 |
for breed in topk_breeds[:3]:
|
551 |
button_id = f"Dog {i+1}: More about {breed}"
|
552 |
html_output += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
|
553 |
-
buttons.append(button_id)
|
554 |
html_output += '</div>'
|
555 |
|
556 |
else:
|
|
|
550 |
for breed in topk_breeds[:3]:
|
551 |
button_id = f"Dog {i+1}: More about {breed}"
|
552 |
html_output += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
|
553 |
+
#buttons.append(button_id)
|
554 |
html_output += '</div>'
|
555 |
|
556 |
else:
|