Spaces:
Running
Running
Upload 51 files
Browse files
src/components/MultiSourceCaptioningView.tsx
CHANGED
@@ -505,7 +505,7 @@ export default function MultiSourceCaptioningView() {
|
|
505 |
const output = results[session.outputNames[0]];
|
506 |
const detections = postprocessYoloOutput(output);
|
507 |
lastYoloBoxesRef.current = detections;
|
508 |
-
// Run FastVLM on the full frame (
|
509 |
await runInference(processingVideo, prompt, (output: string) => {
|
510 |
setDebugOutput(output);
|
511 |
});
|
|
|
505 |
const output = results[session.outputNames[0]];
|
506 |
const detections = postprocessYoloOutput(output);
|
507 |
lastYoloBoxesRef.current = detections;
|
508 |
+
// Run FastVLM on the full frame (wait for YOLOv8 to finish)
|
509 |
await runInference(processingVideo, prompt, (output: string) => {
|
510 |
setDebugOutput(output);
|
511 |
});
|