Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def speaker_diarization_app():
|
|
187 |
max_speaker,
|
188 |
],
|
189 |
outputs=[output_text, output_audio],
|
190 |
-
cache_examples=
|
191 |
)
|
192 |
|
193 |
|
|
|
187 |
max_speaker,
|
188 |
],
|
189 |
outputs=[output_text, output_audio],
|
190 |
+
cache_examples=False,
|
191 |
)
|
192 |
|
193 |
|