import gradio as gr from ultralytics import YOLO mod = YOLO('best(1).pt') def response(image):