Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from ultralytics import YOLO
|
5 |
from PIL import Image, ImageDraw
|
6 |
import torch
|
7 |
-
from
|
8 |
|
9 |
# Load model YOLOv8
|
10 |
model = YOLO("yolov8n.pt")
|
|
|
4 |
from ultralytics import YOLO
|
5 |
from PIL import Image, ImageDraw
|
6 |
import torch
|
7 |
+
from langchain_google_genai.chat_models import ChatGoogleGenerativeAI
|
8 |
|
9 |
# Load model YOLOv8
|
10 |
model = YOLO("yolov8n.pt")
|