Edward Tan commited on
Commit
4c12c2a
·
1 Parent(s): 1e04061

Correcting error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
22
  gr.Slider(minimum=1, maximum=5, value=3),
23
  gr.Audio()],
24
  outputs=["text", "text"],
25
- cache_examples="lazy"
26
  allow_flagging="auto",
27
  # article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
28
  enable_queue=True
 
22
  gr.Slider(minimum=1, maximum=5, value=3),
23
  gr.Audio()],
24
  outputs=["text", "text"],
25
+ cache_examples="lazy",
26
  allow_flagging="auto",
27
  # article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
28
  enable_queue=True