jpdiazpardo commited on
Commit
8e48b02
1 Parent(s): a0e928d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
121
 
122
  with gr.Column():
123
  gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
124
- description=description, cache_examples=True, allow_flagging="never", article = article , examples=examples)
125
 
126
  demo.queue(concurrency_count=3)
127
  demo.launch(debug = True)
 
121
 
122
  with gr.Column():
123
  gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
124
+ description=description, cache_examples=True, allow_flagging="never", article = article , examples=None)
125
 
126
  demo.queue(concurrency_count=3)
127
  demo.launch(debug = True)