MariaK commited on
Commit
70d5693
1 Parent(s): 1b09728

fixed the cache_examples runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ gr.Interface(
26
  examples=examples,
27
  article=article,
28
  title=title,
29
- description=description).launch(enable_queue=True, cache_examples=True)
26
  examples=examples,
27
  article=article,
28
  title=title,
29
+ description=description).launch(enable_queue=True)