Ziyou Li commited on
Commit
f763fa4
1 Parent(s): 1ca6ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -41,7 +41,6 @@ def offline_video(video):
41
  text = transcribe(audio_file)
42
  return text
43
 
44
- def
45
 
46
  with gr.Blocks() as demo:
47
 
 
41
  text = transcribe(audio_file)
42
  return text
43
 
 
44
 
45
  with gr.Blocks() as demo:
46