YOLOv3 / README.md
Vladimir Iashin
(part 1/2): fixed app file and readme
395f60e
|
raw
history blame
814 Bytes
metadata
title: YOLOv3
emoji: 
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 3.24.1
app_file: app.py
pinned: false
license: mit

This repository relies on the submodule (back-end) WebsiteYOLO. HuggingFace Spaces requires a file with requirements as requirements.txt and app code as app.py in the root directory. To rely on the submodule, I linked gradio_requirements.txt to requirements.txt and import from gradio_app.py to app.py.

Requirements

matplotlib==3.7.1
torch==2.0.0

More info: