Spaces:
Runtime error
Runtime error
Luis Oala
commited on
Commit
·
6ae556a
1
Parent(s):
7f90395
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,5 @@ gr.Interface(
|
|
39 |
examples=examples,
|
40 |
article=article,
|
41 |
title=title,
|
42 |
-
description=description
|
|
|
|
39 |
examples=examples,
|
40 |
article=article,
|
41 |
title=title,
|
42 |
+
description=description,
|
43 |
+
cache_examples=True).launch(enable_queue=True)
|