arshadrana commited on
Commit
ca6de33
·
verified ·
1 Parent(s): ae43f08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def transcribe(audio):
26
  # Gradio interface
27
  iface = gr.Interface(
28
  fn=transcribe,
29
- inputs=gr.Audio(source="microphone", type="file"),
30
  outputs="text",
31
  title="Voice to Text Converter",
32
  description="Record your voice, and it will be transcribed into text using Groq API."
 
26
  # Gradio interface
27
  iface = gr.Interface(
28
  fn=transcribe,
29
+ inputs=gr.Audio(type="file"),
30
  outputs="text",
31
  title="Voice to Text Converter",
32
  description="Record your voice, and it will be transcribed into text using Groq API."