MariaK commited on
Commit
7e2465f
1 Parent(s): 5e1ec94

fixed the cache_examples runtime error

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