MariaK commited on
Commit
1246127
1 Parent(s): dacc5cf

fixed the cache_examples runtime error

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