Update app.py
Browse files
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="
|
7 |
-
description="
|
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)
|