KleinPenny commited on
Commit
e25bec0
·
verified ·
1 Parent(s): ea1feff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def bot(history):
110
  return history
111
 
112
  def load():
113
- return [None,
114
  ("Here's an audio", gr.Audio("01.wav"))
115
  ]
116
 
 
110
  return history
111
 
112
  def load():
113
+ return [
114
  ("Here's an audio", gr.Audio("01.wav"))
115
  ]
116