SPACERUNNER99 commited on
Commit
21c5daf
·
verified ·
1 Parent(s): 46b04e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  from faster_whisper import WhisperModel
2
  import math
 
3
 
4
 
5
  def word_level_transcribe(audio, max_segment_duration=2.0): # Set your desired max duration here
 
1
  from faster_whisper import WhisperModel
2
  import math
3
+ import gradio as gr
4
 
5
 
6
  def word_level_transcribe(audio, max_segment_duration=2.0): # Set your desired max duration here