Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -728,8 +728,8 @@ def create_breed_comparison(breed1: str, breed2: str) -> dict:
|
|
| 728 |
}
|
| 729 |
|
| 730 |
return comparison_data
|
|
|
|
| 731 |
|
| 732 |
-
@spaces.GPU
|
| 733 |
async def predict(image):
|
| 734 |
"""
|
| 735 |
Main prediction function that handles both single and multiple dog detection.
|
|
|
|
| 728 |
}
|
| 729 |
|
| 730 |
return comparison_data
|
| 731 |
+
|
| 732 |
|
|
|
|
| 733 |
async def predict(image):
|
| 734 |
"""
|
| 735 |
Main prediction function that handles both single and multiple dog detection.
|