sims2k commited on
Commit
ba2824d
1 Parent(s): 583bfd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ with gr.Blocks(title="Voice chat with Saul-Instruct-v1-GGUF") as demo:
102
  container=False,
103
  interactive=True,
104
  )
105
- audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
 
106
 
107
  # Define generated audio playback component
108
  with gr.Row():
 
102
  container=False,
103
  interactive=True,
104
  )
105
+ #audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
106
+ audio_record = gr.Audio(type="filepath", scale=4)
107
 
108
  # Define generated audio playback component
109
  with gr.Row():