MariaK commited on
Commit
9cc9ee4
1 Parent(s): e9f9520

fixed the cache_examples runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ gr.Interface(
30
  examples=examples,
31
  article=article,
32
  title=title,
33
- description=description).launch(enable_queue=True, cache_examples=True)
34
 
30
  examples=examples,
31
  article=article,
32
  title=title,
33
+ description=description).launch(enable_queue=True)
34