Spaces:
Runtime error
Runtime error
Commit
·
1b195ac
1
Parent(s):
275a21a
Update app.py
Browse files
app.py
CHANGED
@@ -293,5 +293,5 @@ desc = "demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-deco
|
|
293 |
gr.Interface(detect,
|
294 |
inputs = [gr.Video(format="mp4")],
|
295 |
outputs = gr.Video(format="mp4"),
|
296 |
-
title="Yolov7",description=desc).launch(
|
297 |
# 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()
|
|
|
293 |
gr.Interface(detect,
|
294 |
inputs = [gr.Video(format="mp4")],
|
295 |
outputs = gr.Video(format="mp4"),
|
296 |
+
title="Yolov7",description=desc).launch()
|
297 |
# 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()
|