Narsil HF staff commited on
Commit
8eadebf
1 Parent(s): 6eaf80e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  label="Download speeds",
76
  )
77
  with gr.Row():
78
- gr.Examples(examples=examples, inputs=[inputs], cache_examples=True)
79
  submit.click(
80
  download,
81
  inputs=[inputs],
 
75
  label="Download speeds",
76
  )
77
  with gr.Row():
78
+ gr.Examples(examples=examples, inputs=[inputs], cache_examples=True, fn=download, outputs=[outputs])
79
  submit.click(
80
  download,
81
  inputs=[inputs],