Luis Oala commited on
Commit
6ae556a
·
1 Parent(s): 7f90395

Update app.py

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