Gabriel C commited on
Commit
f59e679
·
verified ·
1 Parent(s): a9412b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ demo = gr.Interface(
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.",
58
  live=True,
59
  allow_flagging="never"
60
  )
 
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
  )