Spaces:
Sleeping
Sleeping
Gabriel C
commited on
Update app.py
Browse files
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 |
)
|