from WebsiteYOLO.gradio_app import App App( weights_path='./WebsiteYOLO/weights/yolov3.weights', config_path='./WebsiteYOLO/cfg/yolov3_608x608.cfg', labels_path='./WebsiteYOLO/data/coco.names', font_path='./WebsiteYOLO/data/FreeSansBold.ttf', examples_glob="./WebsiteYOLO/data/*.jpg", )