MariaK commited on
Commit
defd5f7
1 Parent(s): f713214

fixed the cache_examples runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -35,7 +35,4 @@ gr.Interface(
35
  examples=examples,
36
  article=article,
37
  title=title,
38
- description=description).launch(enable_queue=True, cache_examples=True)
39
-
40
-
41
-
35
  examples=examples,
36
  article=article,
37
  title=title,
38
+ description=description).launch(enable_queue=True)