felixz commited on
Commit
875ae1e
·
1 Parent(s): f99b813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ with gr.Blocks() as demo:
38
 
39
  gr.Examples(
40
  examples=get_examples(),
41
- inputs=[txt_in],
42
- cache_examples=True
43
  )
44
 
45
 
 
38
 
39
  gr.Examples(
40
  examples=get_examples(),
41
+ inputs=[txt_in]
 
42
  )
43
 
44