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