archit11 commited on
Commit
8146e90
·
verified ·
1 Parent(s): dc03737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def transcribe_and_respond(audio_file):
30
 
31
  iface = gr.Interface(
32
  fn=transcribe_and_respond,
33
- inputs=gr.Audio(source="microphone", type="filepath"), # Accept audio input from microphone
34
  outputs="text", # Output as text
35
  title="Live Transcription and Response",
36
  description="Speak into your microphone, and the model will respond naturally and informatively.",
 
30
 
31
  iface = gr.Interface(
32
  fn=transcribe_and_respond,
33
+ inputs=gr.Audio(sources="microphone", type="filepath"), # Accept audio input from microphone
34
  outputs="text", # Output as text
35
  title="Live Transcription and Response",
36
  description="Speak into your microphone, and the model will respond naturally and informatively.",