Spaces:
Runtime error
Runtime error
Commit
·
d3e4173
1
Parent(s):
2f3f50e
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ inputs_video = [
|
|
| 125 |
|
| 126 |
]
|
| 127 |
outputs_video = gr.outputs.Image(type="filepath", label="Output Video")
|
| 128 |
-
video_path=[['test/
|
| 129 |
interface_video = gr.Interface(
|
| 130 |
fn=show_preds_video,
|
| 131 |
inputs=inputs_video,
|
|
|
|
| 125 |
|
| 126 |
]
|
| 127 |
outputs_video = gr.outputs.Image(type="filepath", label="Output Video")
|
| 128 |
+
video_path=[['test/testvideo.mp4','foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45]]
|
| 129 |
interface_video = gr.Interface(
|
| 130 |
fn=show_preds_video,
|
| 131 |
inputs=inputs_video,
|