Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import soundfile
|
|
6 |
|
7 |
SAMPLE_RATE = 16000
|
8 |
|
9 |
-
pipe = pipeline(model="
|
10 |
|
11 |
|
12 |
def transcribe(Microphone, File_Upload):
|
@@ -38,8 +38,7 @@ iface = gr.Interface(
|
|
38 |
outputs="text",
|
39 |
layout="horizontal",
|
40 |
theme="huggingface",
|
41 |
-
title="
|
42 |
-
description="Demo for multilingual speech recognition using the official OpenAI [Whisper small checkpoint](https://huggingface.co/openai/whisper-small).",
|
43 |
allow_flagging='never',
|
44 |
)
|
45 |
|
|
|
6 |
|
7 |
SAMPLE_RATE = 16000
|
8 |
|
9 |
+
pipe = pipeline(model="HuyenNguyen/Vin-W-22000")
|
10 |
|
11 |
|
12 |
def transcribe(Microphone, File_Upload):
|
|
|
38 |
outputs="text",
|
39 |
layout="horizontal",
|
40 |
theme="huggingface",
|
41 |
+
title="Speed to Text Huyen Nguyen",
|
|
|
42 |
allow_flagging='never',
|
43 |
)
|
44 |
|