Update app.py
Browse files
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="
|
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",
|