Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ async def predict(image):
|
|
330 |
else:
|
331 |
dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
|
332 |
|
333 |
-
dogs_info += '</div>'
|
334 |
|
335 |
|
336 |
buttons_html = ""
|
|
|
330 |
else:
|
331 |
dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
|
332 |
|
333 |
+
dogs_info += '</div>'
|
334 |
|
335 |
|
336 |
buttons_html = ""
|