Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def transcribe(audio_filepath):
|
|
7 |
print(f"π Received file: {audio_filepath}")
|
8 |
result = model.transcribe(audio_filepath, language="en")
|
9 |
return result["text"]
|
10 |
-
|
11 |
iface = gr.Interface(
|
12 |
fn=transcribe,
|
13 |
inputs=gr.Audio(type="filepath", label="audio_filepath"),
|
|
|
7 |
print(f"π Received file: {audio_filepath}")
|
8 |
result = model.transcribe(audio_filepath, language="en")
|
9 |
return result["text"]
|
10 |
+
print('enter')
|
11 |
iface = gr.Interface(
|
12 |
fn=transcribe,
|
13 |
inputs=gr.Audio(type="filepath", label="audio_filepath"),
|