baaabaei commited on
Commit
baf82d6
·
verified ·
1 Parent(s): c7d25dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ interface = gr.Interface(
18
  outputs="text",
19
  title="Persian Speech Recognition",
20
  description="Real-time Persian speech-to-text using fine-tuned Whisper-small",
21
- examples=[["path_to_sample_audio.wav"]] # Add sample audio if available
22
  )
23
 
24
  interface.launch()
 
18
  outputs="text",
19
  title="Persian Speech Recognition",
20
  description="Real-time Persian speech-to-text using fine-tuned Whisper-small",
21
+ # examples=[["path_to_sample_audio.wav"]] # Add sample audio if available
22
  )
23
 
24
  interface.launch()