MariaK commited on
Commit
9e20ab7
1 Parent(s): 83be510

fixed the cache_examples runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ gr.Interface(
41
  examples=examples,
42
  article=article,
43
  title=title,
44
- description=description).launch(enable_queue=True, cache_examples=True)
41
  examples=examples,
42
  article=article,
43
  title=title,
44
+ description=description).launch(enable_queue=True)