Spaces:
Running
on
Zero
Running
on
Zero
support to m4a
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as transcriberUI:
|
|
52 |
Ambiente disponivel 24x7. Running on ZeroGPU with openai/whisper-large-v3
|
53 |
"""
|
54 |
)
|
55 |
-
inp = gr.File(label="Arquivo de Audio", show_label=True, type="filepath", file_count="single", file_types=["mp3"])
|
56 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|
57 |
ask_question = gr.Textbox(label="Ask a question", visible=False)
|
58 |
response_output = gr.Textbox(label="Response", visible=False)
|
|
|
52 |
Ambiente disponivel 24x7. Running on ZeroGPU with openai/whisper-large-v3
|
53 |
"""
|
54 |
)
|
55 |
+
inp = gr.File(label="Arquivo de Audio", show_label=True, type="filepath", file_count="single", file_types=["mp3","m4a"])
|
56 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|
57 |
ask_question = gr.Textbox(label="Ask a question", visible=False)
|
58 |
response_output = gr.Textbox(label="Response", visible=False)
|