Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ mic = gr.Interface(
|
|
29 |
theme="huggingface",
|
30 |
title="Whisper & BERT demo - Intent Classification",
|
31 |
description=(
|
32 |
-
"Transcribe audio inputs with Whisper ASR model and detect intention from the text. Use BERT NLP model to classify the intention
|
33 |
-
"as one of the commands to command a light."
|
34 |
),
|
35 |
allow_flagging="never",
|
36 |
live=True,
|
|
|
29 |
theme="huggingface",
|
30 |
title="Whisper & BERT demo - Intent Classification",
|
31 |
description=(
|
32 |
+
"Transcribe audio inputs with Whisper ASR model and detect intention from the text. Use BERT NLP model to classify the intention as one of the commands to command a light."
|
|
|
33 |
),
|
34 |
allow_flagging="never",
|
35 |
live=True,
|