hackergeek98 commited on
Commit
322b20d
·
verified ·
1 Parent(s): 325ad4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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