Spaces:
Running
Running
Update app.py
Browse files
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
|