kwabs22 commited on
Commit
5587ce2
·
1 Parent(s): 739de2f

1st commit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ def flip(im):
9
 
10
  def dummyaudioprocess(aud):
11
  time.sleep(3)
 
12
 
13
  with gr.Blocks() as realtimemedia:
14
  gr.HTML("Dual Audio and Image and processing test - With inspiration from - https://huggingface.co/spaces/lampongyuen/Gradio-Webcam-Streaming/blob/main/app.py (I thought needed video instead of Image) <br> End goal is SAM on live webcam + audio live with whisper <br> Live interface seems not to work in colab so dont debug there" )
 
9
 
10
  def dummyaudioprocess(aud):
11
  time.sleep(3)
12
+ return aud
13
 
14
  with gr.Blocks() as realtimemedia:
15
  gr.HTML("Dual Audio and Image and processing test - With inspiration from - https://huggingface.co/spaces/lampongyuen/Gradio-Webcam-Streaming/blob/main/app.py (I thought needed video instead of Image) <br> End goal is SAM on live webcam + audio live with whisper <br> Live interface seems not to work in colab so dont debug there" )