prasanacodes commited on
Commit
a36b56c
·
verified ·
1 Parent(s): d65c3b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -65,10 +65,6 @@ app_interface = gr.Interface(
65
  title=title,
66
  description=description,
67
  article=article,
68
- examples=[
69
- ["./sample1.flac"],
70
- ["./sample2.wav"],
71
- ],
72
  allow_flagging="never"
73
  )
74
 
 
65
  title=title,
66
  description=description,
67
  article=article,
 
 
 
 
68
  allow_flagging="never"
69
  )
70