Whisper Transcriber Bot commited on
Commit
3fc26fb
·
1 Parent(s): 22b7c5d

Fix: Remove gr.Examples to prevent YouTube URL resolution error at startup

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -314,14 +314,6 @@ def create_interface():
314
  ]
315
  )
316
 
317
- # Examples
318
- gr.Examples(
319
- examples=[
320
- [None, "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "small", "auto", False],
321
- ],
322
- inputs=[file_input, url_input, model_size, language, enable_diarization],
323
- )
324
-
325
  return demo
326
 
327
 
 
314
  ]
315
  )
316
 
 
 
 
 
 
 
 
 
317
  return demo
318
 
319