asutosh09 commited on
Commit
3fc350f
1 Parent(s): 3346674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ demo = gr.Interface(
29
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to classify audio files"
30
  " of arbitrary length."
31
  ),
32
- examples="./examples",
33
  cache_examples=True,
34
  allow_flagging="never",
35
  )
 
29
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to classify audio files"
30
  " of arbitrary length."
31
  ),
32
+
33
  cache_examples=True,
34
  allow_flagging="never",
35
  )