Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -451,7 +451,8 @@ demo = gr.Interface(
|
|
451 |
# If not, download a small WAV file (e.g., from Common Voice) and update this path.
|
452 |
examples=[
|
453 |
[os.path.join(os.path.dirname(__file__), "model-server", "app", "tests", "polyai-minds14-0.wav"), 24, 30, "Auto-detect", None, None, None]
|
454 |
-
]
|
|
|
455 |
)
|
456 |
|
457 |
if __name__ == "__main__":
|
|
|
451 |
# If not, download a small WAV file (e.g., from Common Voice) and update this path.
|
452 |
examples=[
|
453 |
[os.path.join(os.path.dirname(__file__), "model-server", "app", "tests", "polyai-minds14-0.wav"), 24, 30, "Auto-detect", None, None, None]
|
454 |
+
],
|
455 |
+
cache_examples=False,
|
456 |
)
|
457 |
|
458 |
if __name__ == "__main__":
|