File size: 101 Bytes
aeeb601
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr
from ultralytics import YOLO

mod = YOLO('best(1).pt')

def response(image):