jiuuee commited on
Commit
1ae6a92
1 Parent(s): df83c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,6 +3,6 @@ from transformers import pipeline
3
  pipe = pipeline(task="automatic-speech-recognition",
4
  model="openai/whisper-tiny")
5
  gr.Interface.from_pipeline(pipe,
6
- title="Automatic Speech Recognition (ASR)",
7
- description="Using pipeline with OpenAI Whisper"
8
  ).launch(inbrowser=True)
 
3
  pipe = pipeline(task="automatic-speech-recognition",
4
  model="openai/whisper-tiny")
5
  gr.Interface.from_pipeline(pipe,
6
+ title="My Alexa",
7
+ description="Your AI assistant"
8
  ).launch(inbrowser=True)