Dricz's picture
Update app.py
aeeb601 verified
raw
history blame
101 Bytes
import gradio as gr
from ultralytics import YOLO
mod = YOLO('best(1).pt')
def response(image):