Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ chat_interface = gr.Interface(
|
|
43 |
voice_interface = gr.Interface(
|
44 |
fn=voice_chat,
|
45 |
inputs=[
|
46 |
-
gr.Audio(
|
47 |
gr.Slider(minimum=128, maximum=2048, value=512, step=1, label="Max new tokens")
|
48 |
],
|
49 |
outputs=[
|
|
|
43 |
voice_interface = gr.Interface(
|
44 |
fn=voice_chat,
|
45 |
inputs=[
|
46 |
+
gr.Audio( type="filepath", label="Speak to Luna"),
|
47 |
gr.Slider(minimum=128, maximum=2048, value=512, step=1, label="Max new tokens")
|
48 |
],
|
49 |
outputs=[
|