Spaces:
Running
Running
gpt-omni
commited on
Commit
•
4d93770
1
Parent(s):
724204b
x warmup
Browse files
app.py
CHANGED
@@ -302,8 +302,8 @@ def run_AT_batch_stream(
|
|
302 |
# return list_output
|
303 |
|
304 |
|
305 |
-
for chunk in run_AT_batch_stream('./data/samples/output1.wav'):
|
306 |
-
|
307 |
|
308 |
|
309 |
def process_audio(audio):
|
|
|
302 |
# return list_output
|
303 |
|
304 |
|
305 |
+
# for chunk in run_AT_batch_stream('./data/samples/output1.wav'):
|
306 |
+
# audio_data = np.frombuffer(chunk, dtype=np.int16)
|
307 |
|
308 |
|
309 |
def process_audio(audio):
|