Pengwei Li
commited on
Commit
·
91c7bea
1
Parent(s):
2634b87
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).launch(
|
|
|
28 |
article=article,
|
29 |
title=title,
|
30 |
examples=examples,
|
31 |
+
description=description).queue().launch(cache_examples=False)
|