Teapack1 commited on
Commit
75818ad
1 Parent(s): 1f6c393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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,