Zeebra commited on
Commit
2322b97
1 Parent(s): 8b85c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def decipher(audio):
54
 
55
  # Using Gradio's audio Interface
56
  interface = gr.Interface(fn=decipher, inputs=gr.inputs.Audio(
57
- type="file", label="Record a voice message"),
58
  outputs="text",
59
  title="AI Assistant",
60
  description="An AI assistant that can transcribe and respond to voice messages",
 
54
 
55
  # Using Gradio's audio Interface
56
  interface = gr.Interface(fn=decipher, inputs=gr.inputs.Audio(
57
+ type="filepath", label="Record a voice message"),
58
  outputs="text",
59
  title="AI Assistant",
60
  description="An AI assistant that can transcribe and respond to voice messages",