kendrickfff commited on
Commit
5cbb24b
·
verified ·
1 Parent(s): 4b55d95

Update app.py

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