cosmosai471 commited on
Commit
67b8b0a
·
verified ·
1 Parent(s): c8b2b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(source="microphone", type="filepath", label="Speak to Luna"),
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=[