DawnC commited on
Commit
9ec4bd2
1 Parent(s): cd7b64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.