Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sa-m
/
YOLO-V7-Custom-Model-Pot-Hole-Detection
like
3
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
6eaf9f2
YOLO-V7-Custom-Model-Pot-Hole-Detection
/
app.py
Sa-m
Update app.py
6eaf9f2
about 3 years ago
raw
Copy download link
history
blame
99 Bytes
import
gradio
as
gr
import
os
os.system(
'git clone https://github.com/WongKinYiu/yolov7.git'
)