Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
...
|