Spaces:
Running
on
L4
Running
on
L4
fix bug
Browse files
app.py
CHANGED
|
@@ -241,9 +241,6 @@ def inference_with_auto_rerank(
|
|
| 241 |
|
| 242 |
return None, (best_sample_rate, best_audio), None
|
| 243 |
|
| 244 |
-
|
| 245 |
-
inference_stream = partial(inference, streaming=True)
|
| 246 |
-
|
| 247 |
n_audios = 4
|
| 248 |
|
| 249 |
global_audio_list = []
|
|
|
|
| 241 |
|
| 242 |
return None, (best_sample_rate, best_audio), None
|
| 243 |
|
|
|
|
|
|
|
|
|
|
| 244 |
n_audios = 4
|
| 245 |
|
| 246 |
global_audio_list = []
|