1nabeelsiddiqui commited on
Commit
3b1ff4e
·
verified ·
1 Parent(s): f66f753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
33
  file_count="multiple",
34
  placeholder="Enter message or upload file...",
35
  show_label=False,
36
- sources=["microphone", "upload"],
37
  )
38
 
39
  chat_msg = chat_input.submit(
 
33
  file_count="multiple",
34
  placeholder="Enter message or upload file...",
35
  show_label=False,
36
+ sources=["upload"],
37
  )
38
 
39
  chat_msg = chat_input.submit(