Video Bugfix + generator (#96)

* Code

* Fix demo

* move to init

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
Freddy Boulton
2025-02-27 12:30:19 -05:00
committed by GitHub
parent 43e42c1b22
commit 9cc0278985
13 changed files with 73 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ from fastrtc import Stream
import gradio as gr
import numpy as np
def detection(image):
def detection(image, slider):
return np.flip(image, axis=0)
stream = Stream(