ihansel
commited on
Commit
•
de58e2b
1
Parent(s):
0b64695
Move Cache Examples
Browse files
app.py
CHANGED
@@ -48,4 +48,5 @@ gr.Interface(
|
|
48 |
examples=examples,
|
49 |
article=article,
|
50 |
title=title,
|
51 |
-
description=description
|
|
|
|
48 |
examples=examples,
|
49 |
article=article,
|
50 |
title=title,
|
51 |
+
description=description,
|
52 |
+
cache_examples=True).launch(enable_queue=True)
|