Spaces:
Sleeping
Sleeping
Gabriel C
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ demo = gr.Interface(
|
|
53 |
fn = process_audio,
|
54 |
inputs = ["state", gr.Audio(sources=["microphone"], streaming=True)],
|
55 |
outputs = ["state", gr.Markdown()],
|
56 |
-
title="
|
57 |
-
description="
|
58 |
live=True,
|
59 |
allow_flagging="never"
|
60 |
)
|
|
|
53 |
fn = process_audio,
|
54 |
inputs = ["state", gr.Audio(sources=["microphone"], streaming=True)],
|
55 |
outputs = ["state", gr.Markdown()],
|
56 |
+
title="Hey Gemma ☎️",
|
57 |
+
description="Powered by [whisper-base-en](https://huggingface.co/openai/whisper-base.en), and [gemma-7b-it](https://huggingface.co/google/gemma-7b-it) (via [Groq](https://groq.com/))",
|
58 |
live=True,
|
59 |
allow_flagging="never"
|
60 |
)
|