Dricz commited on
Commit
aeeb601
1 Parent(s): 49ddc2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ from ultralytics import YOLO
3
+
4
+ mod = YOLO('best(1).pt')
5
+
6
+ def response(image):
7
+