Sa-m commited on
Commit
daa6f87
·
1 Parent(s): 2f25530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ def Custom_detect(img,mode):
160
 
161
  return Image.fromarray(im0[:,:,::-1])
162
  inp = gr.Image(type="pil")
163
- gr.Dropdown(default="Yolo_v7_Custom_trained_By_Owais",choices=["Yolo_v7_Custom_trained_By_Owais","yolov7","yolov7-e6"])
164
  inp2= gr.Dropdown(default="Custom Detection",choices=["Custom-Detection","Instance-Segmentation","Yolov7-model-detection"])
165
  output = gr.Image(type="pil")
166
 
 
160
 
161
  return Image.fromarray(im0[:,:,::-1])
162
  inp = gr.Image(type="pil")
163
+
164
  inp2= gr.Dropdown(default="Custom Detection",choices=["Custom-Detection","Instance-Segmentation","Yolov7-model-detection"])
165
  output = gr.Image(type="pil")
166