Spaces:
Runtime error
Runtime error
fix: removing example for it does not exist yet
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
|
|
22 |
title="OpenAI Whisper Base",
|
23 |
description=utils.parsing_text("assets/descriptions.md"),
|
24 |
article=utils.parsing_text("assets/articles.md"),
|
25 |
-
examples=audio_examples,
|
26 |
)
|
27 |
|
28 |
demo.launch()
|
|
|
22 |
title="OpenAI Whisper Base",
|
23 |
description=utils.parsing_text("assets/descriptions.md"),
|
24 |
article=utils.parsing_text("assets/articles.md"),
|
25 |
+
# examples=audio_examples,
|
26 |
)
|
27 |
|
28 |
demo.launch()
|