Spaces:
Runtime error
Runtime error
Aditya9790
commited on
Commit
•
27f4ceb
1
Parent(s):
94bc1da
Update app.py
Browse files
app.py
CHANGED
@@ -288,4 +288,6 @@ def detect(img, model):
|
|
288 |
#print(f"Results saved to {save_dir}{s}")
|
289 |
|
290 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
|
|
291 |
|
|
|
|
288 |
#print(f"Results saved to {save_dir}{s}")
|
289 |
|
290 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
291 |
+
|
292 |
|
293 |
+
# gr.Interface(detect,[gr.Image(type="pil"),gr.Dropdown(choices=model_names)], gr.Image(type="pil"),title="Yolov7",examples=[["horses.jpeg", "yolov7"]],description="demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-decoration: underline' target='_blank'>WongKinYiu/yolov7</a> Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors").launch()
|