MariaK commited on
Commit
d0189c6
1 Parent(s): 6a580e8

fixed the cache_examples runtime error

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