amrelshall commited on
Commit
281f845
1 Parent(s): e5a107b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Blocks()
9
  # now ho to make the demo take long time audio
10
  def transcribe_long_form(filepath):
11
  if filepath is None:
12
- gr.Warning("No audio found, please submit or record again")
13
  return ""
14
  output = asr(
15
  filepath,
 
9
  # now ho to make the demo take long time audio
10
  def transcribe_long_form(filepath):
11
  if filepath is None:
12
+ gr.Warning("Please submit again <3 ")
13
  return ""
14
  output = asr(
15
  filepath,