Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from torchvision.ops import nms, box_iou
|
|
8 |
import torch.nn.functional as F
|
9 |
from torchvision import transforms
|
10 |
from PIL import Image, ImageDraw, ImageFont, ImageFilter
|
11 |
-
from data_manager import get_dog_description
|
12 |
from urllib.parse import quote
|
13 |
from ultralytics import YOLO
|
14 |
import asyncio
|
|
|
8 |
import torch.nn.functional as F
|
9 |
from torchvision import transforms
|
10 |
from PIL import Image, ImageDraw, ImageFont, ImageFilter
|
11 |
+
from data_manager import get_dog_description, UserPreferences, get_breed_recommendations, format_recommendation_html
|
12 |
from urllib.parse import quote
|
13 |
from ultralytics import YOLO
|
14 |
import asyncio
|