Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def transcribe(audio):
|
|
26 |
# Gradio interface
|
27 |
iface = gr.Interface(
|
28 |
fn=transcribe,
|
29 |
-
inputs=gr.Audio(
|
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."
|