nunenuh commited on
Commit
80a0e95
1 Parent(s): 76fc30c

fix: removing example for it does not exist yet

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()