cbensimon HF Staff commited on
Commit
aa02449
·
verified ·
1 Parent(s): e92c602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -3,7 +3,11 @@ import gradio as gr
3
  import numpy as np
4
  from fastrtc import WebRTC, ReplyOnPause
5
 
 
6
  @spaces.GPU
 
 
 
7
  def response(audio: tuple[int, np.ndarray]):
8
  """This function must yield audio frames"""
9
  ...
 
3
  import numpy as np
4
  from fastrtc import WebRTC, ReplyOnPause
5
 
6
+
7
  @spaces.GPU
8
+ def hey():
9
+ pass
10
+
11
  def response(audio: tuple[int, np.ndarray]):
12
  """This function must yield audio frames"""
13
  ...