Gabriel C commited on
Commit
ddcc364
·
verified ·
1 Parent(s): 350e586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Dear Gemma",
57
- description="Talk to the AI assistant. \n Powered by whisper-base-en, and gemma-7b-it (via Groq)",
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
  )