Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ interface = gr.Interface(
|
|
34 |
outputs=gr.Textbox(label="Transcription"), # Output: Display transcription
|
35 |
title="Whisper ASR: Tinyyyy Model",
|
36 |
description="Upload an audio file, and the fine-tuned Whisper model will transcribe it.",
|
37 |
-
examples=["example1.wav", "example2.wav"], # Example audio files
|
38 |
)
|
39 |
|
40 |
# Launch the app
|
|
|
34 |
outputs=gr.Textbox(label="Transcription"), # Output: Display transcription
|
35 |
title="Whisper ASR: Tinyyyy Model",
|
36 |
description="Upload an audio file, and the fine-tuned Whisper model will transcribe it.",
|
|
|
37 |
)
|
38 |
|
39 |
# Launch the app
|