semakoc commited on
Commit
5e8e360
·
verified ·
1 Parent(s): 33e1245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
-
3
  # Returns recorded audio and handles no audio condition
4
  def record_audio(audio):
5
  if audio is None:
 
1
  import gradio as gr
2
+ import whisper
3
  # Returns recorded audio and handles no audio condition
4
  def record_audio(audio):
5
  if audio is None: