Pengwei Li
commited on
Commit
·
5c862cb
1
Parent(s):
3086a4e
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr.Interface(
|
|
28 |
article=article,
|
29 |
title=title,
|
30 |
examples=examples,
|
31 |
-
description=description).
|
|
|
28 |
article=article,
|
29 |
title=title,
|
30 |
examples=examples,
|
31 |
+
description=description).launch(enable_queue=True, cache_examples=False)
|