Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def transcribe_audio(zip_file, progress = gr.Progress(track_tqdm= True)):
|
|
| 39 |
interface = gr.Interface(
|
| 40 |
fn=transcribe_audio,
|
| 41 |
inputs=gr.File(label="Upload ZIP file", type="filepath", file_types=[".zip"]),
|
| 42 |
-
outputs=gr.
|
| 43 |
title="Audio Transcription with Whisper (Portuguese)",
|
| 44 |
description="Upload a ZIP file containing Portuguese audio files, and this tool will transcribe them to Portuguese."
|
| 45 |
)
|
|
|
|
| 39 |
interface = gr.Interface(
|
| 40 |
fn=transcribe_audio,
|
| 41 |
inputs=gr.File(label="Upload ZIP file", type="filepath", file_types=[".zip"]),
|
| 42 |
+
outputs=gr.Textbox(label="Transcriptions"),
|
| 43 |
title="Audio Transcription with Whisper (Portuguese)",
|
| 44 |
description="Upload a ZIP file containing Portuguese audio files, and this tool will transcribe them to Portuguese."
|
| 45 |
)
|